Html Css Color HEX #DFB94E Ronchi

📋 copy color: '#DFB94E'

red 223 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #DFB94E

Tints of Ronchi #DFB94E

RGB

 RED value IS 223 (87.5% from 255) = 45.88%

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

 BLUE value IS 78 (30.86% from 255) = 16.05%

R = 45.88%
G = 38.07%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFB94E (or 0xDFB94E) is known color: Ronchi. HEX triplet: DF, B9 and 4E. RGB value is (223,185,78). Sum of RGB (Red+Green+Blue) = 223+185+78=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB94E is #2046B1. Grayscale: #B8B8B8. Windows color (decimal): -2115250 or 5159391. OLE color: 5159391.

HSL color Cylindrical-coordinate representation of color #DFB94E: hue angle of 44.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFB94E is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 78 -
CMYK 0 0.17 0.65 0.13
HSL 44.28º 0.69% 0.59% -
HSV(B) 44.28º 0.65% 0.87% -
XYZ 49.16 50.94 14.45 -
YUV 184.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 223 185 78 0 0.17 0.65 0.13 44.28 0.69 0.59
Hex DF B9 4E 0 11 41 D 2C 45 3B
Octal 337 271 116 0 21 101 15 54 105 73
Binary 11011111 10111001 1001110 0 10001 1000001 1101 101100 1000101 111011

Color Harmonies of #DFB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB94E

Black with #DFB94E

Text Example


Text Example

White with #DFB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB94E; }

 p { color: rgb(223,185,78); }

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

background-color css

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

 a { background-color: rgb(223,185,78); }

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

border-color css

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

 span { border-color: rgb(223,185,78); }

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