Html Css Color HEX #CAB630 Old Gold

📋 copy color: '#CAB630'

red 202 ◦ green 182 ◦ blue 48

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

Shades of Old Gold #CAB630

Tints of Old Gold #CAB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.13%

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

R = 46.76%
G = 42.13%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB630 (or 0xCAB630) is known color: Old Gold. HEX triplet: CA, B6 and 30. RGB value is (202,182,48). Sum of RGB (Red+Green+Blue) = 202+182+48=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB630 is #3549CF. Grayscale: #ADADAD. Windows color (decimal): -3492304 or 3192522. OLE color: 3192522.

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

Color convert

RGB 202 182 48 -
CMYK 0 0.10 0.76 0.21
HSL 52.21º 0.62% 0.49% -
HSV(B) 52.21º 0.76% 0.79% -
XYZ 41.62 46.23 9.53 -
YUV 172.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 202 182 48 0 0.10 0.76 0.21 52.21 0.62 0.49
Hex CA B6 30 0 A 4C 15 34 3E 31
Octal 312 266 60 0 12 114 25 64 76 61
Binary 11001010 10110110 110000 0 1010 1001100 10101 110100 111110 110001

Color Harmonies of #CAB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB630

Black with #CAB630

Text Example


Text Example

White with #CAB630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB630; }

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

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

background-color css

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

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

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

border-color css

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

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

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