Html Css Color HEX #CAB03A Old Gold

📋 copy color: '#CAB03A'

red 202 ◦ green 176 ◦ blue 58

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

Shades of Old Gold #CAB03A

Tints of Old Gold #CAB03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.37%

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

R = 46.33%
G = 40.37%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB03A (or 0xCAB03A) is known color: Old Gold. HEX triplet: CA, B0 and 3A. RGB value is (202,176,58). Sum of RGB (Red+Green+Blue) = 202+176+58=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB03A is #354FC5. Grayscale: #AAAAAA. Windows color (decimal): -3493830 or 3846346. OLE color: 3846346.

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

Color convert

RGB 202 176 58 -
CMYK 0 0.13 0.71 0.21
HSL 49.17º 0.58% 0.51% -
HSV(B) 49.17º 0.71% 0.79% -
XYZ 40.65 43.91 10.34 -
YUV 170.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 202 176 58 0 0.13 0.71 0.21 49.17 0.58 0.51
Hex CA B0 3A 0 D 47 15 31 3A 33
Octal 312 260 72 0 15 107 25 61 72 63
Binary 11001010 10110000 111010 0 1101 1000111 10101 110001 111010 110011

Color Harmonies of #CAB03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB03A

Black with #CAB03A

Text Example


Text Example

White with #CAB03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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