Html Css Color HEX #DFBD52 Ronchi

📋 copy color: '#DFBD52'

red 223 ◦ green 189 ◦ blue 82

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

Shades of Ronchi #DFBD52

Tints of Ronchi #DFBD52

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.26%

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

R = 45.14%
G = 38.26%
B = 16.6%

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

#DFBD52 (or 0xDFBD52) is known color: Ronchi. HEX triplet: DF, BD and 52. RGB value is (223,189,82). Sum of RGB (Red+Green+Blue) = 223+189+82=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD52 is #2042AD. Grayscale: #BBBBBB. Windows color (decimal): -2114222 or 5422559. OLE color: 5422559.

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

Color convert

RGB 223 189 82 -
CMYK 0 0.15 0.63 0.13
HSL 45.53º 0.69% 0.6% -
HSV(B) 45.53º 0.63% 0.87% -
XYZ 50.15 52.69 15.51 -
YUV 186.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 223 189 82 0 0.15 0.63 0.13 45.53 0.69 0.6
Hex DF BD 52 0 F 3F D 2E 45 3C
Octal 337 275 122 0 17 77 15 56 105 74
Binary 11011111 10111101 1010010 0 1111 111111 1101 101110 1000101 111100

Color Harmonies of #DFBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD52

Black with #DFBD52

Text Example


Text Example

White with #DFBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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