Html Css Color HEX #DFB94C Ronchi

📋 copy color: '#DFB94C'

red 223 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #DFB94C

Tints of Ronchi #DFB94C

RGB

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

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

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

R = 46.07%
G = 38.22%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFB94C (or 0xDFB94C) is known color: Ronchi. HEX triplet: DF, B9 and 4C. RGB value is (223,185,76). Sum of RGB (Red+Green+Blue) = 223+185+76=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB94C is #2046B3. Grayscale: #B8B8B8. Windows color (decimal): -2115252 or 5028319. OLE color: 5028319.

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

Color convert

RGB 223 185 76 -
CMYK 0 0.17 0.66 0.13
HSL 44.49º 0.7% 0.59% -
HSV(B) 44.49º 0.66% 0.87% -
XYZ 49.08 50.91 14.08 -
YUV 183.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 223 185 76 0 0.17 0.66 0.13 44.49 0.7 0.59
Hex DF B9 4C 0 11 42 D 2C 46 3B
Octal 337 271 114 0 21 102 15 54 106 73
Binary 11011111 10111001 1001100 0 10001 1000010 1101 101100 1000110 111011

Color Harmonies of #DFB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB94C

Black with #DFB94C

Text Example


Text Example

White with #DFB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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