Html Css Color HEX #CBB946 Old Gold

📋 copy color: '#CBB946'

red 203 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #CBB946

Tints of Old Gold #CBB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.39%

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 44.32%
G = 40.39%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBB946 (or 0xCBB946) is known color: Old Gold. HEX triplet: CB, B9 and 46. RGB value is (203,185,70). Sum of RGB (Red+Green+Blue) = 203+185+70=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB946 is #3446B9. Grayscale: #B1B1B1. Windows color (decimal): -3425978 or 4635083. OLE color: 4635083.

HSL color Cylindrical-coordinate representation of color #CBB946: hue angle of 51.88º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBB946 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 185 70 -
CMYK 0 0.09 0.66 0.20
HSL 51.88º 0.56% 0.54% -
HSV(B) 51.88º 0.66% 0.8% -
XYZ 43.08 47.84 12.76 -
YUV 177.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 203 185 70 0 0.09 0.66 0.20 51.88 0.56 0.54
Hex CB B9 46 0 9 42 14 34 38 36
Octal 313 271 106 0 11 102 24 64 70 66
Binary 11001011 10111001 1000110 0 1001 1000010 10100 110100 111000 110110

Color Harmonies of #CBB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB946

Black with #CBB946

Text Example


Text Example

White with #CBB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB946; }

 p { color: rgb(203,185,70); }

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

background-color css

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

 a { background-color: rgb(203,185,70); }

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

border-color css

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

 span { border-color: rgb(203,185,70); }

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