Html Css Color HEX #CAB143 Old Gold

📋 copy color: '#CAB143'

red 202 ◦ green 177 ◦ blue 67

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

Shades of Old Gold #CAB143

Tints of Old Gold #CAB143

RGB

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

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

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

R = 45.29%
G = 39.69%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB143 (or 0xCAB143) is known color: Old Gold. HEX triplet: CA, B1 and 43. RGB value is (202,177,67). Sum of RGB (Red+Green+Blue) = 202+177+67=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB143 is #354EBC. Grayscale: #ACACAC. Windows color (decimal): -3493565 or 4436426. OLE color: 4436426.

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

Color convert

RGB 202 177 67 -
CMYK 0 0.12 0.67 0.21
HSL 48.89º 0.56% 0.53% -
HSV(B) 48.89º 0.67% 0.79% -
XYZ 41.09 44.41 11.72 -
YUV 171.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 202 177 67 0 0.12 0.67 0.21 48.89 0.56 0.53
Hex CA B1 43 0 C 43 15 31 38 35
Octal 312 261 103 0 14 103 25 61 70 65
Binary 11001010 10110001 1000011 0 1100 1000011 10101 110001 111000 110101

Color Harmonies of #CAB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB143

Black with #CAB143

Text Example


Text Example

White with #CAB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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