Html Css Color HEX #CCB337 Old Gold

📋 copy color: '#CCB337'

red 204 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #CCB337

Tints of Old Gold #CCB337

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 46.58%
G = 40.87%
B = 12.56%

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

#CCB337 (or 0xCCB337) is known color: Old Gold. HEX triplet: CC, B3 and 37. RGB value is (204,179,55). Sum of RGB (Red+Green+Blue) = 204+179+55=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB337 is #334CC8. Grayscale: #ACACAC. Windows color (decimal): -3361993 or 3650508. OLE color: 3650508.

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

Color convert

RGB 204 179 55 -
CMYK 0 0.12 0.73 0.2
HSL 49.93º 0.59% 0.51% -
HSV(B) 49.93º 0.73% 0.8% -
XYZ 41.71 45.35 10.17 -
YUV 172.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 204 179 55 0 0.12 0.73 0.2 49.93 0.59 0.51
Hex CC B3 37 0 C 49 14 32 3B 33
Octal 314 263 67 0 14 111 24 62 73 63
Binary 11001100 10110011 110111 0 1100 1001001 10100 110010 111011 110011

Color Harmonies of #CCB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB337

Black with #CCB337

Text Example


Text Example

White with #CCB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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