Html Css Color HEX #CCB036 Old Gold

📋 copy color: '#CCB036'

red 204 ◦ green 176 ◦ blue 54

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

Shades of Old Gold #CCB036

Tints of Old Gold #CCB036

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 47%
G = 40.55%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB036 (or 0xCCB036) is known color: Old Gold. HEX triplet: CC, B0 and 36. RGB value is (204,176,54). Sum of RGB (Red+Green+Blue) = 204+176+54=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB036 is #334FC9. Grayscale: #AAAAAA. Windows color (decimal): -3362762 or 3584204. OLE color: 3584204.

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

Color convert

RGB 204 176 54 -
CMYK 0 0.14 0.74 0.2
HSL 48.8º 0.6% 0.51% -
HSV(B) 48.8º 0.74% 0.8% -
XYZ 41.09 44.15 9.85 -
YUV 170.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 204 176 54 0 0.14 0.74 0.2 48.8 0.6 0.51
Hex CC B0 36 0 E 4A 14 31 3C 33
Octal 314 260 66 0 16 112 24 61 74 63
Binary 11001100 10110000 110110 0 1110 1001010 10100 110001 111100 110011

Color Harmonies of #CCB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB036

Black with #CCB036

Text Example


Text Example

White with #CCB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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