Html Css Color HEX #CAB328 Old Gold

📋 copy color: '#CAB328'

red 202 ◦ green 179 ◦ blue 40

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

Shades of Old Gold #CAB328

Tints of Old Gold #CAB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 47.98%
G = 42.52%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB328 (or 0xCAB328) is known color: Old Gold. HEX triplet: CA, B3 and 28. RGB value is (202,179,40). Sum of RGB (Red+Green+Blue) = 202+179+40=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB328 is #354CD7. Grayscale: #AAAAAA. Windows color (decimal): -3493080 or 2667466. OLE color: 2667466.

HSL color Cylindrical-coordinate representation of color #CAB328: hue angle of 51.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB328 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 40 -
CMYK 0 0.11 0.80 0.21
HSL 51.48º 0.67% 0.47% -
HSV(B) 51.48º 0.8% 0.79% -
XYZ 40.86 44.95 8.53 -
YUV 170.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 202 179 40 0 0.11 0.80 0.21 51.48 0.67 0.47
Hex CA B3 28 0 B 50 15 33 43 2F
Octal 312 263 50 0 13 120 25 63 103 57
Binary 11001010 10110011 101000 0 1011 1010000 10101 110011 1000011 101111

Color Harmonies of #CAB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB328

Black with #CAB328

Text Example


Text Example

White with #CAB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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