Html Css Color HEX #CBAB3F Old Gold

📋 copy color: '#CBAB3F'

red 203 ◦ green 171 ◦ blue 63

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

Shades of Old Gold #CBAB3F

Tints of Old Gold #CBAB3F

RGB

 RED value IS 203 (79.69% from 255) = 46.45%

 GREEN value IS 171 (67.19% from 255) = 39.13%

 BLUE value IS 63 (25% from 255) = 14.42%

R = 46.45%
G = 39.13%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBAB3F (or 0xCBAB3F) is known color: Old Gold. HEX triplet: CB, AB and 3F. RGB value is (203,171,63). Sum of RGB (Red+Green+Blue) = 203+171+63=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB3F is #3454C0. Grayscale: #A8A8A8. Windows color (decimal): -3429569 or 4172747. OLE color: 4172747.

HSL color Cylindrical-coordinate representation of color #CBAB3F: hue angle of 46.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBAB3F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 171 63 -
CMYK 0 0.16 0.69 0.20
HSL 46.29º 0.57% 0.52% -
HSV(B) 46.29º 0.69% 0.8% -
XYZ 40.09 42.18 10.73 -
YUV 168.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 203 171 63 0 0.16 0.69 0.20 46.29 0.57 0.52
Hex CB AB 3F 0 10 45 14 2E 39 34
Octal 313 253 77 0 20 105 24 56 71 64
Binary 11001011 10101011 111111 0 10000 1000101 10100 101110 111001 110100

Color Harmonies of #CBAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB3F

Black with #CBAB3F

Text Example


Text Example

White with #CBAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB3F; }

 p { color: rgb(203,171,63); }

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

background-color css

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

 a { background-color: rgb(203,171,63); }

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

border-color css

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

 span { border-color: rgb(203,171,63); }

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