Html Css Color HEX #CAB432 Old Gold

📋 copy color: '#CAB432'

red 202 ◦ green 180 ◦ blue 50

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

Shades of Old Gold #CAB432

Tints of Old Gold #CAB432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

 BLUE value IS 50 (19.92% from 255) = 11.57%

R = 46.76%
G = 41.67%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAB432 (or 0xCAB432) is known color: Old Gold. HEX triplet: CA, B4 and 32. RGB value is (202,180,50). Sum of RGB (Red+Green+Blue) = 202+180+50=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB432 is #354BCD. Grayscale: #ACACAC. Windows color (decimal): -3492814 or 3323082. OLE color: 3323082.

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

Color convert

RGB 202 180 50 -
CMYK 0 0.11 0.75 0.21
HSL 51.32º 0.6% 0.49% -
HSV(B) 51.32º 0.75% 0.79% -
XYZ 41.25 45.43 9.61 -
YUV 171.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 202 180 50 0 0.11 0.75 0.21 51.32 0.6 0.49
Hex CA B4 32 0 B 4B 15 33 3C 31
Octal 312 264 62 0 13 113 25 63 74 61
Binary 11001010 10110100 110010 0 1011 1001011 10101 110011 111100 110001

Color Harmonies of #CAB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB432

Black with #CAB432

Text Example


Text Example

White with #CAB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB432; }

 p { color: rgb(202,180,50); }

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

background-color css

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

 a { background-color: rgb(202,180,50); }

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

border-color css

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

 span { border-color: rgb(202,180,50); }

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