Html Css Color HEX #DBBB4D Ronchi

📋 copy color: '#DBBB4D'

red 219 ◦ green 187 ◦ blue 77

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

Shades of Ronchi #DBBB4D

Tints of Ronchi #DBBB4D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

 BLUE value IS 77 (30.47% from 255) = 15.94%

R = 45.34%
G = 38.72%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBBB4D (or 0xDBBB4D) is known color: Ronchi. HEX triplet: DB, BB and 4D. RGB value is (219,187,77). Sum of RGB (Red+Green+Blue) = 219+187+77=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB4D is #2444B2. Grayscale: #B8B8B8. Windows color (decimal): -2376883 or 5094363. OLE color: 5094363.

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

Color convert

RGB 219 187 77 -
CMYK 0 0.15 0.65 0.14
HSL 46.48º 0.66% 0.58% -
HSV(B) 46.48º 0.65% 0.86% -
XYZ 48.32 51.14 14.34 -
YUV 184.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 219 187 77 0 0.15 0.65 0.14 46.48 0.66 0.58
Hex DB BB 4D 0 F 41 E 2E 42 3A
Octal 333 273 115 0 17 101 16 56 102 72
Binary 11011011 10111011 1001101 0 1111 1000001 1110 101110 1000010 111010

Color Harmonies of #DBBB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB4D

Black with #DBBB4D

Text Example


Text Example

White with #DBBB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB4D; }

 p { color: rgb(219,187,77); }

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

background-color css

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

 a { background-color: rgb(219,187,77); }

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

border-color css

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

 span { border-color: rgb(219,187,77); }

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