Html Css Color HEX #CAB138 Old Gold

📋 copy color: '#CAB138'

red 202 ◦ green 177 ◦ blue 56

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

Shades of Old Gold #CAB138

Tints of Old Gold #CAB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

 BLUE value IS 56 (22.27% from 255) = 12.87%

R = 46.44%
G = 40.69%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAB138 (or 0xCAB138) is known color: Old Gold. HEX triplet: CA, B1 and 38. RGB value is (202,177,56). Sum of RGB (Red+Green+Blue) = 202+177+56=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB138 is #354EC7. Grayscale: #ABABAB. Windows color (decimal): -3493576 or 3715530. OLE color: 3715530.

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

Color convert

RGB 202 177 56 -
CMYK 0 0.12 0.72 0.21
HSL 49.73º 0.58% 0.51% -
HSV(B) 49.73º 0.72% 0.79% -
XYZ 40.79 44.29 10.14 -
YUV 170.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 202 177 56 0 0.12 0.72 0.21 49.73 0.58 0.51
Hex CA B1 38 0 C 48 15 32 3A 33
Octal 312 261 70 0 14 110 25 62 72 63
Binary 11001010 10110001 111000 0 1100 1001000 10101 110010 111010 110011

Color Harmonies of #CAB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB138

Black with #CAB138

Text Example


Text Example

White with #CAB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB138; }

 p { color: rgb(202,177,56); }

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

background-color css

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

 a { background-color: rgb(202,177,56); }

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

border-color css

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

 span { border-color: rgb(202,177,56); }

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