Html Css Color HEX #CAB234 Old Gold

📋 copy color: '#CAB234'

red 202 ◦ green 178 ◦ blue 52

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

Shades of Old Gold #CAB234

Tints of Old Gold #CAB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 46.76%
G = 41.2%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CAB234 (or 0xCAB234) is known color: Old Gold. HEX triplet: CA, B2 and 34. RGB value is (202,178,52). Sum of RGB (Red+Green+Blue) = 202+178+52=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB234 is #354DCB. Grayscale: #ABABAB. Windows color (decimal): -3493324 or 3453642. OLE color: 3453642.

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

Color convert

RGB 202 178 52 -
CMYK 0 0.12 0.74 0.21
HSL 50.4º 0.59% 0.5% -
HSV(B) 50.4º 0.74% 0.79% -
XYZ 40.9 44.65 9.71 -
YUV 170.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 202 178 52 0 0.12 0.74 0.21 50.4 0.59 0.5
Hex CA B2 34 0 C 4A 15 32 3B 32
Octal 312 262 64 0 14 112 25 62 73 62
Binary 11001010 10110010 110100 0 1100 1001010 10101 110010 111011 110010

Color Harmonies of #CAB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB234

Black with #CAB234

Text Example


Text Example

White with #CAB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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