Html Css Color HEX #DBB94A Ronchi

📋 copy color: '#DBB94A'

red 219 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #DBB94A

Tints of Ronchi #DBB94A

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

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

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 45.82%
G = 38.7%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBB94A (or 0xDBB94A) is known color: Ronchi. HEX triplet: DB, B9 and 4A. RGB value is (219,185,74). Sum of RGB (Red+Green+Blue) = 219+185+74=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB94A is #2446B5. Grayscale: #B6B6B6. Windows color (decimal): -2377398 or 4897243. OLE color: 4897243.

HSL color Cylindrical-coordinate representation of color #DBB94A: hue angle of 45.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DBB94A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 185 74 -
CMYK 0 0.16 0.66 0.14
HSL 45.93º 0.67% 0.57% -
HSV(B) 45.93º 0.66% 0.86% -
XYZ 47.8 50.25 13.66 -
YUV 182.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 219 185 74 0 0.16 0.66 0.14 45.93 0.67 0.57
Hex DB B9 4A 0 10 42 E 2E 43 39
Octal 333 271 112 0 20 102 16 56 103 71
Binary 11011011 10111001 1001010 0 10000 1000010 1110 101110 1000011 111001

Color Harmonies of #DBB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB94A

Black with #DBB94A

Text Example


Text Example

White with #DBB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB94A; }

 p { color: rgb(219,185,74); }

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

background-color css

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

 a { background-color: rgb(219,185,74); }

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

border-color css

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

 span { border-color: rgb(219,185,74); }

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