Html Css Color HEX #CCB837 Old Gold

📋 copy color: '#CCB837'

red 204 ◦ green 184 ◦ blue 55

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

Shades of Old Gold #CCB837

Tints of Old Gold #CCB837

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.53%

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 46.05%
G = 41.53%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB837 (or 0xCCB837) is known color: Old Gold. HEX triplet: CC, B8 and 37. RGB value is (204,184,55). Sum of RGB (Red+Green+Blue) = 204+184+55=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB837 is #3347C8. Grayscale: #AFAFAF. Windows color (decimal): -3360713 or 3651788. OLE color: 3651788.

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

Color convert

RGB 204 184 55 -
CMYK 0 0.10 0.73 0.2
HSL 51.95º 0.59% 0.51% -
HSV(B) 51.95º 0.73% 0.8% -
XYZ 42.73 47.39 10.51 -
YUV 175.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 204 184 55 0 0.10 0.73 0.2 51.95 0.59 0.51
Hex CC B8 37 0 A 49 14 34 3B 33
Octal 314 270 67 0 12 111 24 64 73 63
Binary 11001100 10111000 110111 0 1010 1001001 10100 110100 111011 110011

Color Harmonies of #CCB837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB837

Black with #CCB837

Text Example


Text Example

White with #CCB837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB837; }

 p { color: rgb(204,184,55); }

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

background-color css

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

 a { background-color: rgb(204,184,55); }

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

border-color css

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

 span { border-color: rgb(204,184,55); }

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