Html Css Color HEX #DFBD54 Ronchi

📋 copy color: '#DFBD54'

red 223 ◦ green 189 ◦ blue 84

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

Shades of Ronchi #DFBD54

Tints of Ronchi #DFBD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 44.96%
G = 38.1%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFBD54 (or 0xDFBD54) is known color: Ronchi. HEX triplet: DF, BD and 54. RGB value is (223,189,84). Sum of RGB (Red+Green+Blue) = 223+189+84=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD54 is #2042AB. Grayscale: #BBBBBB. Windows color (decimal): -2114220 or 5553631. OLE color: 5553631.

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

Color convert

RGB 223 189 84 -
CMYK 0 0.15 0.62 0.13
HSL 45.32º 0.68% 0.6% -
HSV(B) 45.32º 0.62% 0.87% -
XYZ 50.23 52.72 15.92 -
YUV 187.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 223 189 84 0 0.15 0.62 0.13 45.32 0.68 0.6
Hex DF BD 54 0 F 3E D 2D 44 3C
Octal 337 275 124 0 17 76 15 55 104 74
Binary 11011111 10111101 1010100 0 1111 111110 1101 101101 1000100 111100

Color Harmonies of #DFBD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD54

Black with #DFBD54

Text Example


Text Example

White with #DFBD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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