Html Css Color HEX #DFB952 Ronchi

📋 copy color: '#DFB952'

red 223 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #DFB952

Tints of Ronchi #DFB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 45.51%
G = 37.76%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFB952 (or 0xDFB952) is known color: Ronchi. HEX triplet: DF, B9 and 52. RGB value is (223,185,82). Sum of RGB (Red+Green+Blue) = 223+185+82=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB952 is #2046AD. Grayscale: #B9B9B9. Windows color (decimal): -2115246 or 5421535. OLE color: 5421535.

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

Color convert

RGB 223 185 82 -
CMYK 0 0.17 0.63 0.13
HSL 43.83º 0.69% 0.6% -
HSV(B) 43.83º 0.63% 0.87% -
XYZ 49.3 51 15.23 -
YUV 184.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 223 185 82 0 0.17 0.63 0.13 43.83 0.69 0.6
Hex DF B9 52 0 11 3F D 2C 45 3C
Octal 337 271 122 0 21 77 15 54 105 74
Binary 11011111 10111001 1010010 0 10001 111111 1101 101100 1000101 111100

Color Harmonies of #DFB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB952

Black with #DFB952

Text Example


Text Example

White with #DFB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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