Html Css Color HEX #CAB326 Metallic Gold

📋 copy color: '#CAB326'

red 202 ◦ green 179 ◦ blue 38

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

Shades of Metallic Gold #CAB326

Tints of Metallic Gold #CAB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.72%

 BLUE value IS 38 (15.23% from 255) = 9.07%

R = 48.21%
G = 42.72%
B = 9.07%

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

#CAB326 (or 0xCAB326) is known color: Metallic Gold. HEX triplet: CA, B3 and 26. RGB value is (202,179,38). Sum of RGB (Red+Green+Blue) = 202+179+38=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB326 is #354CD9. Grayscale: #AAAAAA. Windows color (decimal): -3493082 or 2536394. OLE color: 2536394.

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

Color convert

RGB 202 179 38 -
CMYK 0 0.11 0.81 0.21
HSL 51.59º 0.68% 0.47% -
HSV(B) 51.59º 0.81% 0.79% -
XYZ 40.83 44.94 8.36 -
YUV 169.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 202 179 38 0 0.11 0.81 0.21 51.59 0.68 0.47
Hex CA B3 26 0 B 51 15 34 44 2F
Octal 312 263 46 0 13 121 25 64 104 57
Binary 11001010 10110011 100110 0 1011 1010001 10101 110100 1000100 101111

Color Harmonies of #CAB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB326

Black with #CAB326

Text Example


Text Example

White with #CAB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB326; }

 p { color: rgb(202,179,38); }

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

background-color css

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

 a { background-color: rgb(202,179,38); }

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

border-color css

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

 span { border-color: rgb(202,179,38); }

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