Html Css Color HEX #CAB237 Old Gold

📋 copy color: '#CAB237'

red 202 ◦ green 178 ◦ blue 55

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

Shades of Old Gold #CAB237

Tints of Old Gold #CAB237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.64%

R = 46.44%
G = 40.92%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAB237 (or 0xCAB237) is known color: Old Gold. HEX triplet: CA, B2 and 37. RGB value is (202,178,55). Sum of RGB (Red+Green+Blue) = 202+178+55=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB237 is #354DC8. Grayscale: #ABABAB. Windows color (decimal): -3493321 or 3650250. OLE color: 3650250.

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

Color convert

RGB 202 178 55 -
CMYK 0 0.12 0.73 0.21
HSL 50.2º 0.58% 0.5% -
HSV(B) 50.2º 0.73% 0.79% -
XYZ 40.97 44.67 10.08 -
YUV 171.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 202 178 55 0 0.12 0.73 0.21 50.2 0.58 0.5
Hex CA B2 37 0 C 49 15 32 3A 32
Octal 312 262 67 0 14 111 25 62 72 62
Binary 11001010 10110010 110111 0 1100 1001001 10101 110010 111010 110010

Color Harmonies of #CAB237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB237

Black with #CAB237

Text Example


Text Example

White with #CAB237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB237; }

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

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

background-color css

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

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

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

border-color css

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

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

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