Html Css Color HEX #CABB3B Old Gold

📋 copy color: '#CABB3B'

red 202 ◦ green 187 ◦ blue 59

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

Shades of Old Gold #CABB3B

Tints of Old Gold #CABB3B

RGB

 RED value IS 202 (79.3% from 255) = 45.09%

 GREEN value IS 187 (73.44% from 255) = 41.74%

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 45.09%
G = 41.74%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CABB3B (or 0xCABB3B) is known color: Old Gold. HEX triplet: CA, BB and 3B. RGB value is (202,187,59). Sum of RGB (Red+Green+Blue) = 202+187+59=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB3B is #3544C4. Grayscale: #B1B1B1. Windows color (decimal): -3491013 or 3914698. OLE color: 3914698.

HSL color Cylindrical-coordinate representation of color #CABB3B: hue angle of 53.71º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CABB3B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 59 -
CMYK 0 0.07 0.71 0.21
HSL 53.71º 0.57% 0.51% -
HSV(B) 53.71º 0.71% 0.79% -
XYZ 42.92 48.41 11.22 -
YUV 176.89 61.47 145.91 -
System Red Green Blue C M Y K H S L
Decimal 202 187 59 0 0.07 0.71 0.21 53.71 0.57 0.51
Hex CA BB 3B 0 7 47 15 36 39 33
Octal 312 273 73 0 7 107 25 66 71 63
Binary 11001010 10111011 111011 0 111 1000111 10101 110110 111001 110011

Color Harmonies of #CABB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB3B

Black with #CABB3B

Text Example


Text Example

White with #CABB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB3B; }

 p { color: rgb(202,187,59); }

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

background-color css

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

 a { background-color: rgb(202,187,59); }

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

border-color css

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

 span { border-color: rgb(202,187,59); }

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