Html Css Color HEX #DDB84F Ronchi

📋 copy color: '#DDB84F'

red 221 ◦ green 184 ◦ blue 79

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

Shades of Ronchi #DDB84F

Tints of Ronchi #DDB84F

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 79 (31.25% from 255) = 16.32%

R = 45.66%
G = 38.02%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB84F (or 0xDDB84F) is known color: Ronchi. HEX triplet: DD, B8 and 4F. RGB value is (221,184,79). Sum of RGB (Red+Green+Blue) = 221+184+79=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB84F is #2247B0. Grayscale: #B7B7B7. Windows color (decimal): -2246577 or 5224669. OLE color: 5224669.

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

Color convert

RGB 221 184 79 -
CMYK 0 0.17 0.64 0.13
HSL 44.37º 0.68% 0.59% -
HSV(B) 44.37º 0.64% 0.87% -
XYZ 48.37 50.22 14.54 -
YUV 183.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 221 184 79 0 0.17 0.64 0.13 44.37 0.68 0.59
Hex DD B8 4F 0 11 40 D 2C 44 3B
Octal 335 270 117 0 21 100 15 54 104 73
Binary 11011101 10111000 1001111 0 10001 1000000 1101 101100 1000100 111011

Color Harmonies of #DDB84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB84F

Black with #DDB84F

Text Example


Text Example

White with #DDB84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB84F; }

 p { color: rgb(221,184,79); }

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

background-color css

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

 a { background-color: rgb(221,184,79); }

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

border-color css

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

 span { border-color: rgb(221,184,79); }

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