Html Css Color HEX #CAB33B Old Gold

📋 copy color: '#CAB33B'

red 202 ◦ green 179 ◦ blue 59

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

Shades of Old Gold #CAB33B

Tints of Old Gold #CAB33B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 59 (23.44% from 255) = 13.41%

R = 45.91%
G = 40.68%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAB33B (or 0xCAB33B) is known color: Old Gold. HEX triplet: CA, B3 and 3B. RGB value is (202,179,59). Sum of RGB (Red+Green+Blue) = 202+179+59=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB33B is #354CC4. Grayscale: #ACACAC. Windows color (decimal): -3493061 or 3912650. OLE color: 3912650.

HSL color Cylindrical-coordinate representation of color #CAB33B: hue angle of 50.35º degrees, saturation: 0.57, 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 #CAB33B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 59 -
CMYK 0 0.11 0.71 0.21
HSL 50.35º 0.57% 0.51% -
HSV(B) 50.35º 0.71% 0.79% -
XYZ 41.27 45.11 10.67 -
YUV 172.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 202 179 59 0 0.11 0.71 0.21 50.35 0.57 0.51
Hex CA B3 3B 0 B 47 15 32 39 33
Octal 312 263 73 0 13 107 25 62 71 63
Binary 11001010 10110011 111011 0 1011 1000111 10101 110010 111001 110011

Color Harmonies of #CAB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB33B

Black with #CAB33B

Text Example


Text Example

White with #CAB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB33B; }

 p { color: rgb(202,179,59); }

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

background-color css

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

 a { background-color: rgb(202,179,59); }

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

border-color css

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

 span { border-color: rgb(202,179,59); }

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