Html Css Color HEX #DBBA4F Ronchi

📋 copy color: '#DBBA4F'

red 219 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #DBBA4F

Tints of Ronchi #DBBA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.43%

 BLUE value IS 79 (31.25% from 255) = 16.32%

R = 45.25%
G = 38.43%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBBA4F (or 0xDBBA4F) is known color: Ronchi. HEX triplet: DB, BA and 4F. RGB value is (219,186,79). Sum of RGB (Red+Green+Blue) = 219+186+79=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA4F is #2445B0. Grayscale: #B8B8B8. Windows color (decimal): -2377137 or 5225179. OLE color: 5225179.

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

Color convert

RGB 219 186 79 -
CMYK 0 0.15 0.64 0.14
HSL 45.86º 0.66% 0.58% -
HSV(B) 45.86º 0.64% 0.86% -
XYZ 48.18 50.74 14.65 -
YUV 183.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 219 186 79 0 0.15 0.64 0.14 45.86 0.66 0.58
Hex DB BA 4F 0 F 40 E 2E 42 3A
Octal 333 272 117 0 17 100 16 56 102 72
Binary 11011011 10111010 1001111 0 1111 1000000 1110 101110 1000010 111010

Color Harmonies of #DBBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA4F

Black with #DBBA4F

Text Example


Text Example

White with #DBBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA4F; }

 p { color: rgb(219,186,79); }

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

background-color css

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

 a { background-color: rgb(219,186,79); }

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

border-color css

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

 span { border-color: rgb(219,186,79); }

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