Html Css Color HEX #CAB23A Old Gold

📋 copy color: '#CAB23A'

red 202 ◦ green 178 ◦ blue 58

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

Shades of Old Gold #CAB23A

Tints of Old Gold #CAB23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.24%

R = 46.12%
G = 40.64%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB23A (or 0xCAB23A) is known color: Old Gold. HEX triplet: CA, B2 and 3A. RGB value is (202,178,58). Sum of RGB (Red+Green+Blue) = 202+178+58=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB23A is #354DC5. Grayscale: #ACACAC. Windows color (decimal): -3493318 or 3846858. OLE color: 3846858.

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

Color convert

RGB 202 178 58 -
CMYK 0 0.12 0.71 0.21
HSL 50º 0.58% 0.51% -
HSV(B) 50º 0.71% 0.79% -
XYZ 41.04 44.7 10.47 -
YUV 171.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 202 178 58 0 0.12 0.71 0.21 50 0.58 0.51
Hex CA B2 3A 0 C 47 15 32 3A 33
Octal 312 262 72 0 14 107 25 62 72 63
Binary 11001010 10110010 111010 0 1100 1000111 10101 110010 111010 110011

Color Harmonies of #CAB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB23A

Black with #CAB23A

Text Example


Text Example

White with #CAB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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