Html Css Color HEX #CCB342 Old Gold

📋 copy color: '#CCB342'

red 204 ◦ green 179 ◦ blue 66

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

Shades of Old Gold #CCB342

Tints of Old Gold #CCB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

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

R = 45.43%
G = 39.87%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB342 (or 0xCCB342) is known color: Old Gold. HEX triplet: CC, B3 and 42. RGB value is (204,179,66). Sum of RGB (Red+Green+Blue) = 204+179+66=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB342 is #334CBD. Grayscale: #AEAEAE. Windows color (decimal): -3361982 or 4371404. OLE color: 4371404.

HSL color Cylindrical-coordinate representation of color #CCB342: hue angle of 49.13º 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 #CCB342 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 66 -
CMYK 0 0.12 0.68 0.2
HSL 49.13º 0.58% 0.53% -
HSV(B) 49.13º 0.68% 0.8% -
XYZ 42.01 45.47 11.72 -
YUV 173.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 204 179 66 0 0.12 0.68 0.2 49.13 0.58 0.53
Hex CC B3 42 0 C 44 14 31 3A 35
Octal 314 263 102 0 14 104 24 61 72 65
Binary 11001100 10110011 1000010 0 1100 1000100 10100 110001 111010 110101

Color Harmonies of #CCB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB342

Black with #CCB342

Text Example


Text Example

White with #CCB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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