Html Css Color HEX #CABA33 Old Gold

📋 copy color: '#CABA33'

red 202 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #CABA33

Tints of Old Gold #CABA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.62%

R = 46.01%
G = 42.37%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CABA33 (or 0xCABA33) is known color: Old Gold. HEX triplet: CA, BA and 33. RGB value is (202,186,51). Sum of RGB (Red+Green+Blue) = 202+186+51=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA33 is #3545CC. Grayscale: #AFAFAF. Windows color (decimal): -3491277 or 3390154. OLE color: 3390154.

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

Color convert

RGB 202 186 51 -
CMYK 0 0.08 0.75 0.21
HSL 53.64º 0.6% 0.5% -
HSV(B) 53.64º 0.75% 0.79% -
XYZ 42.51 47.91 10.14 -
YUV 175.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 202 186 51 0 0.08 0.75 0.21 53.64 0.6 0.5
Hex CA BA 33 0 8 4B 15 36 3C 32
Octal 312 272 63 0 10 113 25 66 74 62
Binary 11001010 10111010 110011 0 1000 1001011 10101 110110 111100 110010

Color Harmonies of #CABA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA33

Black with #CABA33

Text Example


Text Example

White with #CABA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA33; }

 p { color: rgb(202,186,51); }

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

background-color css

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

 a { background-color: rgb(202,186,51); }

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

border-color css

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

 span { border-color: rgb(202,186,51); }

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