Html Css Color HEX #DDB84D Ronchi

📋 copy color: '#DDB84D'

red 221 ◦ green 184 ◦ blue 77

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

Shades of Ronchi #DDB84D

Tints of Ronchi #DDB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 45.85%
G = 38.17%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDB84D (or 0xDDB84D) is known color: Ronchi. HEX triplet: DD, B8 and 4D. RGB value is (221,184,77). Sum of RGB (Red+Green+Blue) = 221+184+77=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB84D is #2247B2. Grayscale: #B7B7B7. Windows color (decimal): -2246579 or 5093597. OLE color: 5093597.

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

Color convert

RGB 221 184 77 -
CMYK 0 0.17 0.65 0.13
HSL 44.58º 0.68% 0.58% -
HSV(B) 44.58º 0.65% 0.87% -
XYZ 48.3 50.19 14.16 -
YUV 182.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 221 184 77 0 0.17 0.65 0.13 44.58 0.68 0.58
Hex DD B8 4D 0 11 41 D 2D 44 3A
Octal 335 270 115 0 21 101 15 55 104 72
Binary 11011101 10111000 1001101 0 10001 1000001 1101 101101 1000100 111010

Color Harmonies of #DDB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB84D

Black with #DDB84D

Text Example


Text Example

White with #DDB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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