Html Css Color HEX #CCB136 Old Gold

📋 copy color: '#CCB136'

red 204 ◦ green 177 ◦ blue 54

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

Shades of Old Gold #CCB136

Tints of Old Gold #CCB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 54 (21.48% from 255) = 12.41%

R = 46.9%
G = 40.69%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB136 (or 0xCCB136) is known color: Old Gold. HEX triplet: CC, B1 and 36. RGB value is (204,177,54). Sum of RGB (Red+Green+Blue) = 204+177+54=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB136 is #334EC9. Grayscale: #ABABAB. Windows color (decimal): -3362506 or 3584460. OLE color: 3584460.

HSL color Cylindrical-coordinate representation of color #CCB136: hue angle of 49.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB136 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 54 -
CMYK 0 0.13 0.74 0.2
HSL 49.2º 0.6% 0.51% -
HSV(B) 49.2º 0.74% 0.8% -
XYZ 41.29 44.55 9.91 -
YUV 171.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 204 177 54 0 0.13 0.74 0.2 49.2 0.6 0.51
Hex CC B1 36 0 D 4A 14 31 3C 33
Octal 314 261 66 0 15 112 24 61 74 63
Binary 11001100 10110001 110110 0 1101 1001010 10100 110001 111100 110011

Color Harmonies of #CCB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB136

Black with #CCB136

Text Example


Text Example

White with #CCB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB136; }

 p { color: rgb(204,177,54); }

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

background-color css

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

 a { background-color: rgb(204,177,54); }

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

border-color css

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

 span { border-color: rgb(204,177,54); }

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