Html Css Color HEX #CAB830 Old Gold

📋 copy color: '#CAB830'

red 202 ◦ green 184 ◦ blue 48

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

Shades of Old Gold #CAB830

Tints of Old Gold #CAB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 46.54%
G = 42.4%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB830 (or 0xCAB830) is known color: Old Gold. HEX triplet: CA, B8 and 30. RGB value is (202,184,48). Sum of RGB (Red+Green+Blue) = 202+184+48=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB830 is #3547CF. Grayscale: #AEAEAE. Windows color (decimal): -3491792 or 3193034. OLE color: 3193034.

HSL color Cylindrical-coordinate representation of color #CAB830: hue angle of 52.99º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAB830 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 48 -
CMYK 0 0.09 0.76 0.21
HSL 52.99º 0.62% 0.49% -
HSV(B) 52.99º 0.76% 0.79% -
XYZ 42.03 47.05 9.66 -
YUV 173.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 202 184 48 0 0.09 0.76 0.21 52.99 0.62 0.49
Hex CA B8 30 0 9 4C 15 35 3E 31
Octal 312 270 60 0 11 114 25 65 76 61
Binary 11001010 10111000 110000 0 1001 1001100 10101 110101 111110 110001

Color Harmonies of #CAB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB830

Black with #CAB830

Text Example


Text Example

White with #CAB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB830; }

 p { color: rgb(202,184,48); }

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

background-color css

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

 a { background-color: rgb(202,184,48); }

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

border-color css

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

 span { border-color: rgb(202,184,48); }

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