Html Css Color HEX #CAB428 Old Gold

📋 copy color: '#CAB428'

red 202 ◦ green 180 ◦ blue 40

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

Shades of Old Gold #CAB428

Tints of Old Gold #CAB428

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 47.87%
G = 42.65%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB428 (or 0xCAB428) is known color: Old Gold. HEX triplet: CA, B4 and 28. RGB value is (202,180,40). Sum of RGB (Red+Green+Blue) = 202+180+40=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB428 is #354BD7. Grayscale: #ABABAB. Windows color (decimal): -3492824 or 2667722. OLE color: 2667722.

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

Color convert

RGB 202 180 40 -
CMYK 0 0.11 0.80 0.21
HSL 51.85º 0.67% 0.47% -
HSV(B) 51.85º 0.8% 0.79% -
XYZ 41.06 45.35 8.6 -
YUV 170.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 202 180 40 0 0.11 0.80 0.21 51.85 0.67 0.47
Hex CA B4 28 0 B 50 15 34 43 2F
Octal 312 264 50 0 13 120 25 64 103 57
Binary 11001010 10110100 101000 0 1011 1010000 10101 110100 1000011 101111

Color Harmonies of #CAB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB428

Black with #CAB428

Text Example


Text Example

White with #CAB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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