Html Css Color HEX #DBB84C Ronchi

📋 copy color: '#DBB84C'

red 219 ◦ green 184 ◦ blue 76

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

Shades of Ronchi #DBB84C

Tints of Ronchi #DBB84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 45.72%
G = 38.41%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBB84C (or 0xDBB84C) is known color: Ronchi. HEX triplet: DB, B8 and 4C. RGB value is (219,184,76). Sum of RGB (Red+Green+Blue) = 219+184+76=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB84C is #2447B3. Grayscale: #B6B6B6. Windows color (decimal): -2377652 or 5028059. OLE color: 5028059.

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

Color convert

RGB 219 184 76 -
CMYK 0 0.16 0.65 0.14
HSL 45.31º 0.67% 0.58% -
HSV(B) 45.31º 0.65% 0.86% -
XYZ 47.66 49.86 13.95 -
YUV 182.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 219 184 76 0 0.16 0.65 0.14 45.31 0.67 0.58
Hex DB B8 4C 0 10 41 E 2D 43 3A
Octal 333 270 114 0 20 101 16 55 103 72
Binary 11011011 10111000 1001100 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DBB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB84C

Black with #DBB84C

Text Example


Text Example

White with #DBB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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