Html Css Color HEX #CBB346 Old Gold

📋 copy color: '#CBB346'

red 203 ◦ green 179 ◦ blue 70

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

Shades of Old Gold #CBB346

Tints of Old Gold #CBB346

RGB

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

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

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

R = 44.91%
G = 39.6%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBB346 (or 0xCBB346) is known color: Old Gold. HEX triplet: CB, B3 and 46. RGB value is (203,179,70). Sum of RGB (Red+Green+Blue) = 203+179+70=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB346 is #344CB9. Grayscale: #AEAEAE. Windows color (decimal): -3427514 or 4633547. OLE color: 4633547.

HSL color Cylindrical-coordinate representation of color #CBB346: hue angle of 49.17º 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 #CBB346 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 70 -
CMYK 0 0.12 0.66 0.20
HSL 49.17º 0.56% 0.54% -
HSV(B) 49.17º 0.66% 0.8% -
XYZ 41.85 45.38 12.35 -
YUV 173.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 203 179 70 0 0.12 0.66 0.20 49.17 0.56 0.54
Hex CB B3 46 0 C 42 14 31 38 36
Octal 313 263 106 0 14 102 24 61 70 66
Binary 11001011 10110011 1000110 0 1100 1000010 10100 110001 111000 110110

Color Harmonies of #CBB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB346

Black with #CBB346

Text Example


Text Example

White with #CBB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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