Html Css Color HEX #CAB127 Metallic Gold

📋 copy color: '#CAB127'

red 202 ◦ green 177 ◦ blue 39

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

Shades of Metallic Gold #CAB127

Tints of Metallic Gold #CAB127

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 48.33%
G = 42.34%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAB127 (or 0xCAB127) is known color: Metallic Gold. HEX triplet: CA, B1 and 27. RGB value is (202,177,39). Sum of RGB (Red+Green+Blue) = 202+177+39=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB127 is #354ED8. Grayscale: #A9A9A9. Windows color (decimal): -3493593 or 2601418. OLE color: 2601418.

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

Color convert

RGB 202 177 39 -
CMYK 0 0.12 0.81 0.21
HSL 50.8º 0.68% 0.47% -
HSV(B) 50.8º 0.81% 0.79% -
XYZ 40.45 44.15 8.31 -
YUV 168.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 202 177 39 0 0.12 0.81 0.21 50.8 0.68 0.47
Hex CA B1 27 0 C 51 15 33 44 2F
Octal 312 261 47 0 14 121 25 63 104 57
Binary 11001010 10110001 100111 0 1100 1010001 10101 110011 1000100 101111

Color Harmonies of #CAB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB127

Black with #CAB127

Text Example


Text Example

White with #CAB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB127; }

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

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

background-color css

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

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

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

border-color css

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

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

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