Html Css Color HEX #CAB13F Old Gold

📋 copy color: '#CAB13F'

red 202 ◦ green 177 ◦ blue 63

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

Shades of Old Gold #CAB13F

Tints of Old Gold #CAB13F

RGB

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

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

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

R = 45.7%
G = 40.05%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CAB13F (or 0xCAB13F) is known color: Old Gold. HEX triplet: CA, B1 and 3F. RGB value is (202,177,63). Sum of RGB (Red+Green+Blue) = 202+177+63=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB13F is #354EC0. Grayscale: #ABABAB. Windows color (decimal): -3493569 or 4174282. OLE color: 4174282.

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

Color convert

RGB 202 177 63 -
CMYK 0 0.12 0.69 0.21
HSL 49.21º 0.57% 0.52% -
HSV(B) 49.21º 0.69% 0.79% -
XYZ 40.98 44.36 11.11 -
YUV 171.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 202 177 63 0 0.12 0.69 0.21 49.21 0.57 0.52
Hex CA B1 3F 0 C 45 15 31 39 34
Octal 312 261 77 0 14 105 25 61 71 64
Binary 11001010 10110001 111111 0 1100 1000101 10101 110001 111001 110100

Color Harmonies of #CAB13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB13F

Black with #CAB13F

Text Example


Text Example

White with #CAB13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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