Html Css Color HEX #CAB32F Old Gold

📋 copy color: '#CAB32F'

red 202 ◦ green 179 ◦ blue 47

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

Shades of Old Gold #CAB32F

Tints of Old Gold #CAB32F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

 BLUE value IS 47 (18.75% from 255) = 10.98%

R = 47.2%
G = 41.82%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAB32F (or 0xCAB32F) is known color: Old Gold. HEX triplet: CA, B3 and 2F. RGB value is (202,179,47). Sum of RGB (Red+Green+Blue) = 202+179+47=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32F is #354CD0. Grayscale: #ABABAB. Windows color (decimal): -3493073 or 3126218. OLE color: 3126218.

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

Color convert

RGB 202 179 47 -
CMYK 0 0.11 0.77 0.21
HSL 51.1º 0.62% 0.49% -
HSV(B) 51.1º 0.77% 0.79% -
XYZ 40.99 45 9.22 -
YUV 170.83 58.12 150.23 -
System Red Green Blue C M Y K H S L
Decimal 202 179 47 0 0.11 0.77 0.21 51.1 0.62 0.49
Hex CA B3 2F 0 B 4D 15 33 3E 31
Octal 312 263 57 0 13 115 25 63 76 61
Binary 11001010 10110011 101111 0 1011 1001101 10101 110011 111110 110001

Color Harmonies of #CAB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB32F

Black with #CAB32F

Text Example


Text Example

White with #CAB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB32F; }

 p { color: rgb(202,179,47); }

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

background-color css

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

 a { background-color: rgb(202,179,47); }

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

border-color css

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

 span { border-color: rgb(202,179,47); }

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