Html Css Color HEX #DBB84A Ronchi

📋 copy color: '#DBB84A'

red 219 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #DBB84A

Tints of Ronchi #DBB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 45.91%
G = 38.57%
B = 15.51%

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

#DBB84A (or 0xDBB84A) is known color: Ronchi. HEX triplet: DB, B8 and 4A. RGB value is (219,184,74). Sum of RGB (Red+Green+Blue) = 219+184+74=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB84A is #2447B5. Grayscale: #B6B6B6. Windows color (decimal): -2377654 or 4896987. OLE color: 4896987.

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

Color convert

RGB 219 184 74 -
CMYK 0 0.16 0.66 0.14
HSL 45.52º 0.67% 0.57% -
HSV(B) 45.52º 0.66% 0.86% -
XYZ 47.59 49.84 13.59 -
YUV 181.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 219 184 74 0 0.16 0.66 0.14 45.52 0.67 0.57
Hex DB B8 4A 0 10 42 E 2E 43 39
Octal 333 270 112 0 20 102 16 56 103 71
Binary 11011011 10111000 1001010 0 10000 1000010 1110 101110 1000011 111001

Color Harmonies of #DBB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB84A

Black with #DBB84A

Text Example


Text Example

White with #DBB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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