Html Css Color HEX #CAB543 Old Gold

📋 copy color: '#CAB543'

red 202 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #CAB543

Tints of Old Gold #CAB543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 44.89%
G = 40.22%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB543 (or 0xCAB543) is known color: Old Gold. HEX triplet: CA, B5 and 43. RGB value is (202,181,67). Sum of RGB (Red+Green+Blue) = 202+181+67=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB543 is #354ABC. Grayscale: #AEAEAE. Windows color (decimal): -3492541 or 4437450. OLE color: 4437450.

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

Color convert

RGB 202 181 67 -
CMYK 0 0.10 0.67 0.21
HSL 50.67º 0.56% 0.53% -
HSV(B) 50.67º 0.67% 0.79% -
XYZ 41.89 46.01 11.98 -
YUV 174.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 202 181 67 0 0.10 0.67 0.21 50.67 0.56 0.53
Hex CA B5 43 0 A 43 15 33 38 35
Octal 312 265 103 0 12 103 25 63 70 65
Binary 11001010 10110101 1000011 0 1010 1000011 10101 110011 111000 110101

Color Harmonies of #CAB543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB543

Black with #CAB543

Text Example


Text Example

White with #CAB543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB543; }

 p { color: rgb(202,181,67); }

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

background-color css

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

 a { background-color: rgb(202,181,67); }

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

border-color css

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

 span { border-color: rgb(202,181,67); }

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