Html Css Color HEX #CCB437 Old Gold

📋 copy color: '#CCB437'

red 204 ◦ green 180 ◦ blue 55

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

Shades of Old Gold #CCB437

Tints of Old Gold #CCB437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 46.47%
G = 41%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB437 (or 0xCCB437) is known color: Old Gold. HEX triplet: CC, B4 and 37. RGB value is (204,180,55). Sum of RGB (Red+Green+Blue) = 204+180+55=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB437 is #334BC8. Grayscale: #ADADAD. Windows color (decimal): -3361737 or 3650764. OLE color: 3650764.

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

Color convert

RGB 204 180 55 -
CMYK 0 0.12 0.73 0.2
HSL 50.34º 0.59% 0.51% -
HSV(B) 50.34º 0.73% 0.8% -
XYZ 41.91 45.76 10.24 -
YUV 172.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 204 180 55 0 0.12 0.73 0.2 50.34 0.59 0.51
Hex CC B4 37 0 C 49 14 32 3B 33
Octal 314 264 67 0 14 111 24 62 73 63
Binary 11001100 10110100 110111 0 1100 1001001 10100 110010 111011 110011

Color Harmonies of #CCB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB437

Black with #CCB437

Text Example


Text Example

White with #CCB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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