Html Css Color HEX #CAB239 Old Gold

📋 copy color: '#CAB239'

red 202 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #CAB239

Tints of Old Gold #CAB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 57 (22.66% from 255) = 13.04%

R = 46.22%
G = 40.73%
B = 13.04%

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

#CAB239 (or 0xCAB239) is known color: Old Gold. HEX triplet: CA, B2 and 39. RGB value is (202,178,57). Sum of RGB (Red+Green+Blue) = 202+178+57=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB239 is #354DC6. Grayscale: #ABABAB. Windows color (decimal): -3493319 or 3781322. OLE color: 3781322.

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

Color convert

RGB 202 178 57 -
CMYK 0 0.12 0.72 0.21
HSL 50.07º 0.58% 0.51% -
HSV(B) 50.07º 0.72% 0.79% -
XYZ 41.02 44.69 10.34 -
YUV 171.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 202 178 57 0 0.12 0.72 0.21 50.07 0.58 0.51
Hex CA B2 39 0 C 48 15 32 3A 33
Octal 312 262 71 0 14 110 25 62 72 63
Binary 11001010 10110010 111001 0 1100 1001000 10101 110010 111010 110011

Color Harmonies of #CAB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB239

Black with #CAB239

Text Example


Text Example

White with #CAB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB239; }

 p { color: rgb(202,178,57); }

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

background-color css

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

 a { background-color: rgb(202,178,57); }

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

border-color css

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

 span { border-color: rgb(202,178,57); }

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