Html Css Color HEX #CABB35 Old Gold

📋 copy color: '#CABB35'

red 202 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #CABB35

Tints of Old Gold #CABB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.99%

R = 45.7%
G = 42.31%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CABB35 (or 0xCABB35) is known color: Old Gold. HEX triplet: CA, BB and 35. RGB value is (202,187,53). Sum of RGB (Red+Green+Blue) = 202+187+53=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB35 is #3544CA. Grayscale: #B0B0B0. Windows color (decimal): -3491019 or 3521482. OLE color: 3521482.

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

Color convert

RGB 202 187 53 -
CMYK 0 0.07 0.74 0.21
HSL 53.96º 0.58% 0.5% -
HSV(B) 53.96º 0.74% 0.79% -
XYZ 42.77 48.35 10.45 -
YUV 176.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 202 187 53 0 0.07 0.74 0.21 53.96 0.58 0.5
Hex CA BB 35 0 7 4A 15 36 3A 32
Octal 312 273 65 0 7 112 25 66 72 62
Binary 11001010 10111011 110101 0 111 1001010 10101 110110 111010 110010

Color Harmonies of #CABB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB35

Black with #CABB35

Text Example


Text Example

White with #CABB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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