Html Css Color HEX #CBAB41 Old Gold

📋 copy color: '#CBAB41'

red 203 ◦ green 171 ◦ blue 65

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

Shades of Old Gold #CBAB41

Tints of Old Gold #CBAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 46.24%
G = 38.95%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBAB41 (or 0xCBAB41) is known color: Old Gold. HEX triplet: CB, AB and 41. RGB value is (203,171,65). Sum of RGB (Red+Green+Blue) = 203+171+65=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB41 is #3454BE. Grayscale: #A8A8A8. Windows color (decimal): -3429567 or 4303819. OLE color: 4303819.

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

Color convert

RGB 203 171 65 -
CMYK 0 0.16 0.68 0.20
HSL 46.09º 0.57% 0.53% -
HSV(B) 46.09º 0.68% 0.8% -
XYZ 40.15 42.2 11.03 -
YUV 168.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 203 171 65 0 0.16 0.68 0.20 46.09 0.57 0.53
Hex CB AB 41 0 10 44 14 2E 39 35
Octal 313 253 101 0 20 104 24 56 71 65
Binary 11001011 10101011 1000001 0 10000 1000100 10100 101110 111001 110101

Color Harmonies of #CBAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB41

Black with #CBAB41

Text Example


Text Example

White with #CBAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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