Html Css Color HEX #CBB137 Old Gold

📋 copy color: '#CBB137'

red 203 ◦ green 177 ◦ blue 55

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

Shades of Old Gold #CBB137

Tints of Old Gold #CBB137

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 46.67%
G = 40.69%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB137 (or 0xCBB137) is known color: Old Gold. HEX triplet: CB, B1 and 37. RGB value is (203,177,55). Sum of RGB (Red+Green+Blue) = 203+177+55=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB137 is #344EC8. Grayscale: #ABABAB. Windows color (decimal): -3428041 or 3649995. OLE color: 3649995.

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

Color convert

RGB 203 177 55 -
CMYK 0 0.13 0.73 0.20
HSL 49.46º 0.59% 0.51% -
HSV(B) 49.46º 0.73% 0.8% -
XYZ 41.04 44.42 10.02 -
YUV 170.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 203 177 55 0 0.13 0.73 0.20 49.46 0.59 0.51
Hex CB B1 37 0 D 49 14 31 3B 33
Octal 313 261 67 0 15 111 24 61 73 63
Binary 11001011 10110001 110111 0 1101 1001001 10100 110001 111011 110011

Color Harmonies of #CBB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB137

Black with #CBB137

Text Example


Text Example

White with #CBB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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