Html Css Color HEX #CAB33A Old Gold

📋 copy color: '#CAB33A'

red 202 ◦ green 179 ◦ blue 58

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

Shades of Old Gold #CAB33A

Tints of Old Gold #CAB33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 46.01%
G = 40.77%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB33A (or 0xCAB33A) is known color: Old Gold. HEX triplet: CA, B3 and 3A. RGB value is (202,179,58). Sum of RGB (Red+Green+Blue) = 202+179+58=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33A is #354CC5. Grayscale: #ACACAC. Windows color (decimal): -3493062 or 3847114. OLE color: 3847114.

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

Color convert

RGB 202 179 58 -
CMYK 0 0.11 0.71 0.21
HSL 50.42º 0.58% 0.51% -
HSV(B) 50.42º 0.71% 0.79% -
XYZ 41.24 45.1 10.53 -
YUV 172.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 202 179 58 0 0.11 0.71 0.21 50.42 0.58 0.51
Hex CA B3 3A 0 B 47 15 32 3A 33
Octal 312 263 72 0 13 107 25 62 72 63
Binary 11001010 10110011 111010 0 1011 1000111 10101 110010 111010 110011

Color Harmonies of #CAB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB33A

Black with #CAB33A

Text Example


Text Example

White with #CAB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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