Html Css Color HEX #DFBD4F Ronchi

📋 copy color: '#DFBD4F'

red 223 ◦ green 189 ◦ blue 79

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

Shades of Ronchi #DFBD4F

Tints of Ronchi #DFBD4F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 45.42%
G = 38.49%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFBD4F (or 0xDFBD4F) is known color: Ronchi. HEX triplet: DF, BD and 4F. RGB value is (223,189,79). Sum of RGB (Red+Green+Blue) = 223+189+79=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD4F is #2042B0. Grayscale: #BBBBBB. Windows color (decimal): -2114225 or 5225951. OLE color: 5225951.

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

Color convert

RGB 223 189 79 -
CMYK 0 0.15 0.65 0.13
HSL 45.83º 0.69% 0.59% -
HSV(B) 45.83º 0.65% 0.87% -
XYZ 50.04 52.65 14.92 -
YUV 186.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 223 189 79 0 0.15 0.65 0.13 45.83 0.69 0.59
Hex DF BD 4F 0 F 41 D 2E 45 3B
Octal 337 275 117 0 17 101 15 56 105 73
Binary 11011111 10111101 1001111 0 1111 1000001 1101 101110 1000101 111011

Color Harmonies of #DFBD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD4F

Black with #DFBD4F

Text Example


Text Example

White with #DFBD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD4F; }

 p { color: rgb(223,189,79); }

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

background-color css

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

 a { background-color: rgb(223,189,79); }

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

border-color css

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

 span { border-color: rgb(223,189,79); }

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