Html Css Color HEX #CAB743 Old Gold

📋 copy color: '#CAB743'

red 202 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #CAB743

Tints of Old Gold #CAB743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 44.69%
G = 40.49%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CAB743 (or 0xCAB743) is known color: Old Gold. HEX triplet: CA, B7 and 43. RGB value is (202,183,67). Sum of RGB (Red+Green+Blue) = 202+183+67=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB743 is #3548BC. Grayscale: #AFAFAF. Windows color (decimal): -3492029 or 4437962. OLE color: 4437962.

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

Color convert

RGB 202 183 67 -
CMYK 0 0.09 0.67 0.21
HSL 51.56º 0.56% 0.53% -
HSV(B) 51.56º 0.67% 0.79% -
XYZ 42.3 46.83 12.12 -
YUV 175.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 202 183 67 0 0.09 0.67 0.21 51.56 0.56 0.53
Hex CA B7 43 0 9 43 15 34 38 35
Octal 312 267 103 0 11 103 25 64 70 65
Binary 11001010 10110111 1000011 0 1001 1000011 10101 110100 111000 110101

Color Harmonies of #CAB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB743

Black with #CAB743

Text Example


Text Example

White with #CAB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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