Html Css Color HEX #CBB237 Old Gold

📋 copy color: '#CBB237'

red 203 ◦ green 178 ◦ blue 55

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

Shades of Old Gold #CBB237

Tints of Old Gold #CBB237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 46.56%
G = 40.83%
B = 12.61%

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

#CBB237 (or 0xCBB237) is known color: Old Gold. HEX triplet: CB, B2 and 37. RGB value is (203,178,55). Sum of RGB (Red+Green+Blue) = 203+178+55=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB237 is #344DC8. Grayscale: #ABABAB. Windows color (decimal): -3427785 or 3650251. OLE color: 3650251.

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

Color convert

RGB 203 178 55 -
CMYK 0 0.12 0.73 0.20
HSL 49.86º 0.59% 0.51% -
HSV(B) 49.86º 0.73% 0.8% -
XYZ 41.24 44.81 10.09 -
YUV 171.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 203 178 55 0 0.12 0.73 0.20 49.86 0.59 0.51
Hex CB B2 37 0 C 49 14 32 3B 33
Octal 313 262 67 0 14 111 24 62 73 63
Binary 11001011 10110010 110111 0 1100 1001001 10100 110010 111011 110011

Color Harmonies of #CBB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB237

Black with #CBB237

Text Example


Text Example

White with #CBB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB237; }

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

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

background-color css

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

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

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

border-color css

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

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

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