Html Css Color HEX #CCB936 Old Gold

📋 copy color: '#CCB936'

red 204 ◦ green 185 ◦ blue 54

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

Shades of Old Gold #CCB936

Tints of Old Gold #CCB936

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

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

R = 46.05%
G = 41.76%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB936 (or 0xCCB936) is known color: Old Gold. HEX triplet: CC, B9 and 36. RGB value is (204,185,54). Sum of RGB (Red+Green+Blue) = 204+185+54=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB936 is #3346C9. Grayscale: #B0B0B0. Windows color (decimal): -3360458 or 3586508. OLE color: 3586508.

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

Color convert

RGB 204 185 54 -
CMYK 0 0.09 0.74 0.2
HSL 52.4º 0.6% 0.51% -
HSV(B) 52.4º 0.74% 0.8% -
XYZ 42.92 47.8 10.45 -
YUV 175.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 204 185 54 0 0.09 0.74 0.2 52.4 0.6 0.51
Hex CC B9 36 0 9 4A 14 34 3C 33
Octal 314 271 66 0 11 112 24 64 74 63
Binary 11001100 10111001 110110 0 1001 1001010 10100 110100 111100 110011

Color Harmonies of #CCB936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB936

Black with #CCB936

Text Example


Text Example

White with #CCB936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB936; }

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

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

background-color css

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

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

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

border-color css

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

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

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