Html Css Color HEX #CAB628 Old Gold

📋 copy color: '#CAB628'

red 202 ◦ green 182 ◦ blue 40

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

Shades of Old Gold #CAB628

Tints of Old Gold #CAB628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 47.64%
G = 42.92%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB628 (or 0xCAB628) is known color: Old Gold. HEX triplet: CA, B6 and 28. RGB value is (202,182,40). Sum of RGB (Red+Green+Blue) = 202+182+40=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB628 is #3549D7. Grayscale: #ACACAC. Windows color (decimal): -3492312 or 2668234. OLE color: 2668234.

HSL color Cylindrical-coordinate representation of color #CAB628: hue angle of 52.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB628 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 40 -
CMYK 0 0.10 0.80 0.21
HSL 52.59º 0.67% 0.47% -
HSV(B) 52.59º 0.8% 0.79% -
XYZ 41.47 46.17 8.73 -
YUV 171.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 202 182 40 0 0.10 0.80 0.21 52.59 0.67 0.47
Hex CA B6 28 0 A 50 15 35 43 2F
Octal 312 266 50 0 12 120 25 65 103 57
Binary 11001010 10110110 101000 0 1010 1010000 10101 110101 1000011 101111

Color Harmonies of #CAB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB628

Black with #CAB628

Text Example


Text Example

White with #CAB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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