Html Css Color HEX #CCB937 Old Gold

📋 copy color: '#CCB937'

red 204 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #CCB937

Tints of Old Gold #CCB937

RGB

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

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

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

R = 45.95%
G = 41.67%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB937 (or 0xCCB937) is known color: Old Gold. HEX triplet: CC, B9 and 37. RGB value is (204,185,55). Sum of RGB (Red+Green+Blue) = 204+185+55=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB937 is #3346C8. Grayscale: #B0B0B0. Windows color (decimal): -3360457 or 3652044. OLE color: 3652044.

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

Color convert

RGB 204 185 55 -
CMYK 0 0.09 0.73 0.2
HSL 52.35º 0.59% 0.51% -
HSV(B) 52.35º 0.73% 0.8% -
XYZ 42.94 47.81 10.58 -
YUV 175.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 204 185 55 0 0.09 0.73 0.2 52.35 0.59 0.51
Hex CC B9 37 0 9 49 14 34 3B 33
Octal 314 271 67 0 11 111 24 64 73 63
Binary 11001100 10111001 110111 0 1001 1001001 10100 110100 111011 110011

Color Harmonies of #CCB937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB937

Black with #CCB937

Text Example


Text Example

White with #CCB937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB937; }

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

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

background-color css

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

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

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

border-color css

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

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

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