Html Css Color HEX #CAB427 Old Gold

📋 copy color: '#CAB427'

red 202 ◦ green 180 ◦ blue 39

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

Shades of Old Gold #CAB427

Tints of Old Gold #CAB427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 47.98%
G = 42.76%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAB427 (or 0xCAB427) is known color: Old Gold. HEX triplet: CA, B4 and 27. RGB value is (202,180,39). Sum of RGB (Red+Green+Blue) = 202+180+39=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB427 is #354BD8. Grayscale: #ABABAB. Windows color (decimal): -3492825 or 2602186. OLE color: 2602186.

HSL color Cylindrical-coordinate representation of color #CAB427: hue angle of 51.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAB427 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 39 -
CMYK 0 0.11 0.81 0.21
HSL 51.9º 0.68% 0.47% -
HSV(B) 51.9º 0.81% 0.79% -
XYZ 41.04 45.35 8.51 -
YUV 170.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 202 180 39 0 0.11 0.81 0.21 51.9 0.68 0.47
Hex CA B4 27 0 B 51 15 34 44 2F
Octal 312 264 47 0 13 121 25 64 104 57
Binary 11001010 10110100 100111 0 1011 1010001 10101 110100 1000100 101111

Color Harmonies of #CAB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB427

Black with #CAB427

Text Example


Text Example

White with #CAB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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