Html Css Color HEX #CCB52F Old Gold

📋 copy color: '#CCB52F'

red 204 ◦ green 181 ◦ blue 47

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

Shades of Old Gold #CCB52F

Tints of Old Gold #CCB52F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 47 (18.75% from 255) = 10.88%

R = 47.22%
G = 41.9%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCB52F (or 0xCCB52F) is known color: Old Gold. HEX triplet: CC, B5 and 2F. RGB value is (204,181,47). Sum of RGB (Red+Green+Blue) = 204+181+47=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB52F is #334AD0. Grayscale: #ADADAD. Windows color (decimal): -3361489 or 3126732. OLE color: 3126732.

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

Color convert

RGB 204 181 47 -
CMYK 0 0.11 0.77 0.2
HSL 51.21º 0.63% 0.49% -
HSV(B) 51.21º 0.77% 0.8% -
XYZ 41.94 46.09 9.38 -
YUV 172.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 204 181 47 0 0.11 0.77 0.2 51.21 0.63 0.49
Hex CC B5 2F 0 B 4D 14 33 3F 31
Octal 314 265 57 0 13 115 24 63 77 61
Binary 11001100 10110101 101111 0 1011 1001101 10100 110011 111111 110001

Color Harmonies of #CCB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB52F

Black with #CCB52F

Text Example


Text Example

White with #CCB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB52F; }

 p { color: rgb(204,181,47); }

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

background-color css

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

 a { background-color: rgb(204,181,47); }

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

border-color css

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

 span { border-color: rgb(204,181,47); }

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