Html Css Color HEX #DFB752 Ronchi

📋 copy color: '#DFB752'

red 223 ◦ green 183 ◦ blue 82

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

Shades of Ronchi #DFB752

Tints of Ronchi #DFB752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

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

R = 45.7%
G = 37.5%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFB752 (or 0xDFB752) is known color: Ronchi. HEX triplet: DF, B7 and 52. RGB value is (223,183,82). Sum of RGB (Red+Green+Blue) = 223+183+82=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB752 is #2048AD. Grayscale: #B7B7B7. Windows color (decimal): -2115758 or 5421023. OLE color: 5421023.

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

Color convert

RGB 223 183 82 -
CMYK 0 0.18 0.63 0.13
HSL 42.98º 0.69% 0.6% -
HSV(B) 42.98º 0.63% 0.87% -
XYZ 48.89 50.16 15.09 -
YUV 183.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 223 183 82 0 0.18 0.63 0.13 42.98 0.69 0.6
Hex DF B7 52 0 12 3F D 2B 45 3C
Octal 337 267 122 0 22 77 15 53 105 74
Binary 11011111 10110111 1010010 0 10010 111111 1101 101011 1000101 111100

Color Harmonies of #DFB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB752

Black with #DFB752

Text Example


Text Example

White with #DFB752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB752; }

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

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

background-color css

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

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

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

border-color css

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

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

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