Html Css Color HEX #CABA38 Old Gold

📋 copy color: '#CABA38'

red 202 ◦ green 186 ◦ blue 56

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

Shades of Old Gold #CABA38

Tints of Old Gold #CABA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.61%

R = 45.5%
G = 41.89%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CABA38 (or 0xCABA38) is known color: Old Gold. HEX triplet: CA, BA and 38. RGB value is (202,186,56). Sum of RGB (Red+Green+Blue) = 202+186+56=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA38 is #3545C7. Grayscale: #B0B0B0. Windows color (decimal): -3491272 or 3717834. OLE color: 3717834.

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

Color convert

RGB 202 186 56 -
CMYK 0 0.08 0.72 0.21
HSL 53.42º 0.58% 0.51% -
HSV(B) 53.42º 0.72% 0.79% -
XYZ 42.63 47.96 10.75 -
YUV 175.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 202 186 56 0 0.08 0.72 0.21 53.42 0.58 0.51
Hex CA BA 38 0 8 48 15 35 3A 33
Octal 312 272 70 0 10 110 25 65 72 63
Binary 11001010 10111010 111000 0 1000 1001000 10101 110101 111010 110011

Color Harmonies of #CABA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA38

Black with #CABA38

Text Example


Text Example

White with #CABA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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