Html Css Color HEX #CCB642 Old Gold

📋 copy color: '#CCB642'

red 204 ◦ green 182 ◦ blue 66

#CCB642
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CCB642

Tints of Old Gold #CCB642

RGB

 RED value IS 204 (80.08% from 255) = 45.13%

 GREEN value IS 182 (71.48% from 255) = 40.27%

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 45.13%
G = 40.27%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCB642 (or 0xCCB642) is known color: Old Gold. HEX triplet: CC, B6 and 42. RGB value is (204,182,66). Sum of RGB (Red+Green+Blue) = 204+182+66=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB642 is #3349BD. Grayscale: #AFAFAF. Windows color (decimal): -3361214 or 4372172. OLE color: 4372172.

HSL color Cylindrical-coordinate representation of color #CCB642: hue angle of 50.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB642 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 66 -
CMYK 0 0.11 0.68 0.2
HSL 50.43º 0.58% 0.53% -
HSV(B) 50.43º 0.68% 0.8% -
XYZ 42.61 46.69 11.92 -
YUV 175.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 204 182 66 0 0.11 0.68 0.2 50.43 0.58 0.53
Hex CC B6 42 0 B 44 14 32 3A 35
Octal 314 266 102 0 13 104 24 62 72 65
Binary 11001100 10110110 1000010 0 1011 1000100 10100 110010 111010 110101

Color Harmonies of #CCB642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB642

Black with #CCB642

Text Example


Text Example

White with #CCB642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB642; }

 p { color: rgb(204,182,66); }

 H1.HeaderClassName
 {
   color: #CCB642;
 }
 .AnyTagClassName
 {
   color: #CCB642;
 }
</style>

background-color css

<style>
 a { background-color: #CCB642; }

 a { background-color: rgb(204,182,66); }

 div.DivClassName
 {
   background-color: #CCB642;
 }
 .BgClassName
 {
   background-color: #CCB642;
 }
</style>

border-color css

<style>
 span { border-color: #CCB642; }

 span { border-color: rgb(204,182,66); }

 td.TdClassName
 {
   border-color: #CCB642;
 }
 .TagClassName
 {
   border-color: #CCB642;
 }
</style>