Html Css Color HEX #CBBA37 Old Gold

📋 copy color: '#CBBA37'

red 203 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #CBBA37

Tints of Old Gold #CBBA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

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

R = 45.72%
G = 41.89%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBBA37 (or 0xCBBA37) is known color: Old Gold. HEX triplet: CB, BA and 37. RGB value is (203,186,55). Sum of RGB (Red+Green+Blue) = 203+186+55=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 55 (21.88% from 255 or 12.39% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA37 is #3445C8. Grayscale: #B0B0B0. Windows color (decimal): -3425737 or 3652299. OLE color: 3652299.

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

Color convert

RGB 203 186 55 -
CMYK 0 0.08 0.73 0.20
HSL 53.11º 0.59% 0.51% -
HSV(B) 53.11º 0.73% 0.8% -
XYZ 42.88 48.09 10.64 -
YUV 176.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 203 186 55 0 0.08 0.73 0.20 53.11 0.59 0.51
Hex CB BA 37 0 8 49 14 35 3B 33
Octal 313 272 67 0 10 111 24 65 73 63
Binary 11001011 10111010 110111 0 1000 1001001 10100 110101 111011 110011

Color Harmonies of #CBBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA37

Black with #CBBA37

Text Example


Text Example

White with #CBBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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