Html Css Color HEX #CBB337 Old Gold

📋 copy color: '#CBB337'

red 203 ◦ green 179 ◦ blue 55

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

Shades of Old Gold #CBB337

Tints of Old Gold #CBB337

RGB

 RED value IS 203 (79.69% from 255) = 46.45%

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

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

R = 46.45%
G = 40.96%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB337 (or 0xCBB337) is known color: Old Gold. HEX triplet: CB, B3 and 37. RGB value is (203,179,55). Sum of RGB (Red+Green+Blue) = 203+179+55=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB337 is #344CC8. Grayscale: #ACACAC. Windows color (decimal): -3427529 or 3650507. OLE color: 3650507.

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

Color convert

RGB 203 179 55 -
CMYK 0 0.12 0.73 0.20
HSL 50.27º 0.59% 0.51% -
HSV(B) 50.27º 0.73% 0.8% -
XYZ 41.44 45.21 10.16 -
YUV 172.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 203 179 55 0 0.12 0.73 0.20 50.27 0.59 0.51
Hex CB B3 37 0 C 49 14 32 3B 33
Octal 313 263 67 0 14 111 24 62 73 63
Binary 11001011 10110011 110111 0 1100 1001001 10100 110010 111011 110011

Color Harmonies of #CBB337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB337

Black with #CBB337

Text Example


Text Example

White with #CBB337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB337; }

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

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

background-color css

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

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

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

border-color css

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

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

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