Html Css Color HEX #DFB64D Ronchi

📋 copy color: '#DFB64D'

red 223 ◦ green 182 ◦ blue 77

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

Shades of Ronchi #DFB64D

Tints of Ronchi #DFB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.76%

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

R = 46.27%
G = 37.76%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFB64D (or 0xDFB64D) is known color: Ronchi. HEX triplet: DF, B6 and 4D. RGB value is (223,182,77). Sum of RGB (Red+Green+Blue) = 223+182+77=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB64D is #2049B2. Grayscale: #B6B6B6. Windows color (decimal): -2116019 or 5093087. OLE color: 5093087.

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

Color convert

RGB 223 182 77 -
CMYK 0 0.18 0.65 0.13
HSL 43.15º 0.7% 0.59% -
HSV(B) 43.15º 0.65% 0.87% -
XYZ 48.5 49.68 14.05 -
YUV 182.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 223 182 77 0 0.18 0.65 0.13 43.15 0.7 0.59
Hex DF B6 4D 0 12 41 D 2B 46 3B
Octal 337 266 115 0 22 101 15 53 106 73
Binary 11011111 10110110 1001101 0 10010 1000001 1101 101011 1000110 111011

Color Harmonies of #DFB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB64D

Black with #DFB64D

Text Example


Text Example

White with #DFB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB64D; }

 p { color: rgb(223,182,77); }

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

background-color css

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

 a { background-color: rgb(223,182,77); }

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

border-color css

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

 span { border-color: rgb(223,182,77); }

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