Html Css Color HEX #CAB730 Old Gold

📋 copy color: '#CAB730'

red 202 ◦ green 183 ◦ blue 48

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

Shades of Old Gold #CAB730

Tints of Old Gold #CAB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.26%

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

R = 46.65%
G = 42.26%
B = 11.09%

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

#CAB730 (or 0xCAB730) is known color: Old Gold. HEX triplet: CA, B7 and 30. RGB value is (202,183,48). Sum of RGB (Red+Green+Blue) = 202+183+48=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB730 is #3548CF. Grayscale: #ADADAD. Windows color (decimal): -3492048 or 3192778. OLE color: 3192778.

HSL color Cylindrical-coordinate representation of color #CAB730: hue angle of 52.6º 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 #CAB730 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 48 -
CMYK 0 0.09 0.76 0.21
HSL 52.6º 0.62% 0.49% -
HSV(B) 52.6º 0.76% 0.79% -
XYZ 41.82 46.64 9.59 -
YUV 173.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 202 183 48 0 0.09 0.76 0.21 52.6 0.62 0.49
Hex CA B7 30 0 9 4C 15 35 3E 31
Octal 312 267 60 0 11 114 25 65 76 61
Binary 11001010 10110111 110000 0 1001 1001100 10101 110101 111110 110001

Color Harmonies of #CAB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB730

Black with #CAB730

Text Example


Text Example

White with #CAB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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