Html Css Color HEX #DFBE52 Ronchi

📋 copy color: '#DFBE52'

red 223 ◦ green 190 ◦ blue 82

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

Shades of Ronchi #DFBE52

Tints of Ronchi #DFBE52

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

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

R = 45.05%
G = 38.38%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFBE52 (or 0xDFBE52) is known color: Ronchi. HEX triplet: DF, BE and 52. RGB value is (223,190,82). Sum of RGB (Red+Green+Blue) = 223+190+82=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE52 is #2041AD. Grayscale: #BCBCBC. Windows color (decimal): -2113966 or 5422815. OLE color: 5422815.

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

Color convert

RGB 223 190 82 -
CMYK 0 0.15 0.63 0.13
HSL 45.96º 0.69% 0.6% -
HSV(B) 45.96º 0.63% 0.87% -
XYZ 50.37 53.12 15.58 -
YUV 187.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 223 190 82 0 0.15 0.63 0.13 45.96 0.69 0.6
Hex DF BE 52 0 F 3F D 2E 45 3C
Octal 337 276 122 0 17 77 15 56 105 74
Binary 11011111 10111110 1010010 0 1111 111111 1101 101110 1000101 111100

Color Harmonies of #DFBE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE52

Black with #DFBE52

Text Example


Text Example

White with #DFBE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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