Html Css Color HEX #CAB43F Old Gold

📋 copy color: '#CAB43F'

red 202 ◦ green 180 ◦ blue 63

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

Shades of Old Gold #CAB43F

Tints of Old Gold #CAB43F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

 BLUE value IS 63 (25% from 255) = 14.16%

R = 45.39%
G = 40.45%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB43F (or 0xCAB43F) is known color: Old Gold. HEX triplet: CA, B4 and 3F. RGB value is (202,180,63). Sum of RGB (Red+Green+Blue) = 202+180+63=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB43F is #354BC0. Grayscale: #ADADAD. Windows color (decimal): -3492801 or 4175050. OLE color: 4175050.

HSL color Cylindrical-coordinate representation of color #CAB43F: hue angle of 50.5º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAB43F is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 180 63 -
CMYK 0 0.11 0.69 0.21
HSL 50.5º 0.57% 0.52% -
HSV(B) 50.5º 0.69% 0.79% -
XYZ 41.58 45.56 11.3 -
YUV 173.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 202 180 63 0 0.11 0.69 0.21 50.5 0.57 0.52
Hex CA B4 3F 0 B 45 15 33 39 34
Octal 312 264 77 0 13 105 25 63 71 64
Binary 11001010 10110100 111111 0 1011 1000101 10101 110011 111001 110100

Color Harmonies of #CAB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB43F

Black with #CAB43F

Text Example


Text Example

White with #CAB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB43F; }

 p { color: rgb(202,180,63); }

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

background-color css

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

 a { background-color: rgb(202,180,63); }

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

border-color css

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

 span { border-color: rgb(202,180,63); }

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