Html Css Color HEX #DFB94A Ronchi

📋 copy color: '#DFB94A'

red 223 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #DFB94A

Tints of Ronchi #DFB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.35%

R = 46.27%
G = 38.38%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFB94A (or 0xDFB94A) is known color: Ronchi. HEX triplet: DF, B9 and 4A. RGB value is (223,185,74). Sum of RGB (Red+Green+Blue) = 223+185+74=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB94A is #2046B5. Grayscale: #B8B8B8. Windows color (decimal): -2115254 or 4897247. OLE color: 4897247.

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

Color convert

RGB 223 185 74 -
CMYK 0 0.17 0.67 0.13
HSL 44.7º 0.7% 0.58% -
HSV(B) 44.7º 0.67% 0.87% -
XYZ 49.02 50.88 13.72 -
YUV 183.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 223 185 74 0 0.17 0.67 0.13 44.7 0.7 0.58
Hex DF B9 4A 0 11 43 D 2D 46 3A
Octal 337 271 112 0 21 103 15 55 106 72
Binary 11011111 10111001 1001010 0 10001 1000011 1101 101101 1000110 111010

Color Harmonies of #DFB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB94A

Black with #DFB94A

Text Example


Text Example

White with #DFB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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