Html Css Color HEX #CABA3D Old Gold

📋 copy color: '#CABA3D'

red 202 ◦ green 186 ◦ blue 61

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

Shades of Old Gold #CABA3D

Tints of Old Gold #CABA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.59%

R = 44.99%
G = 41.43%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CABA3D (or 0xCABA3D) is known color: Old Gold. HEX triplet: CA, BA and 3D. RGB value is (202,186,61). Sum of RGB (Red+Green+Blue) = 202+186+61=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA3D is #3545C2. Grayscale: #B1B1B1. Windows color (decimal): -3491267 or 4045514. OLE color: 4045514.

HSL color Cylindrical-coordinate representation of color #CABA3D: hue angle of 53.19º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CABA3D is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 61 -
CMYK 0 0.08 0.70 0.21
HSL 53.19º 0.57% 0.52% -
HSV(B) 53.19º 0.7% 0.79% -
XYZ 42.76 48.01 11.43 -
YUV 176.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 202 186 61 0 0.08 0.70 0.21 53.19 0.57 0.52
Hex CA BA 3D 0 8 46 15 35 39 34
Octal 312 272 75 0 10 106 25 65 71 64
Binary 11001010 10111010 111101 0 1000 1000110 10101 110101 111001 110100

Color Harmonies of #CABA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA3D

Black with #CABA3D

Text Example


Text Example

White with #CABA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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