Html Css Color HEX #CCB637 Old Gold

📋 copy color: '#CCB637'

red 204 ◦ green 182 ◦ blue 55

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

Shades of Old Gold #CCB637

Tints of Old Gold #CCB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

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

R = 46.26%
G = 41.27%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB637 (or 0xCCB637) is known color: Old Gold. HEX triplet: CC, B6 and 37. RGB value is (204,182,55). Sum of RGB (Red+Green+Blue) = 204+182+55=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB637 is #3349C8. Grayscale: #AEAEAE. Windows color (decimal): -3361225 or 3651276. OLE color: 3651276.

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

Color convert

RGB 204 182 55 -
CMYK 0 0.11 0.73 0.2
HSL 51.14º 0.59% 0.51% -
HSV(B) 51.14º 0.73% 0.8% -
XYZ 42.32 46.57 10.37 -
YUV 174.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 204 182 55 0 0.11 0.73 0.2 51.14 0.59 0.51
Hex CC B6 37 0 B 49 14 33 3B 33
Octal 314 266 67 0 13 111 24 63 73 63
Binary 11001100 10110110 110111 0 1011 1001001 10100 110011 111011 110011

Color Harmonies of #CCB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB637

Black with #CCB637

Text Example


Text Example

White with #CCB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB637; }

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

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

background-color css

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

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

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

border-color css

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

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

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