Html Css Color HEX #DDB74D Ronchi

📋 copy color: '#DDB74D'

red 221 ◦ green 183 ◦ blue 77

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

Shades of Ronchi #DDB74D

Tints of Ronchi #DDB74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

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

R = 45.95%
G = 38.05%
B = 16.01%

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

#DDB74D (or 0xDDB74D) is known color: Ronchi. HEX triplet: DD, B7 and 4D. RGB value is (221,183,77). Sum of RGB (Red+Green+Blue) = 221+183+77=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB74D is #2248B2. Grayscale: #B6B6B6. Windows color (decimal): -2246835 or 5093341. OLE color: 5093341.

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

Color convert

RGB 221 183 77 -
CMYK 0 0.17 0.65 0.13
HSL 44.17º 0.68% 0.58% -
HSV(B) 44.17º 0.65% 0.87% -
XYZ 48.09 49.77 14.09 -
YUV 182.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 221 183 77 0 0.17 0.65 0.13 44.17 0.68 0.58
Hex DD B7 4D 0 11 41 D 2C 44 3A
Octal 335 267 115 0 21 101 15 54 104 72
Binary 11011101 10110111 1001101 0 10001 1000001 1101 101100 1000100 111010

Color Harmonies of #DDB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB74D

Black with #DDB74D

Text Example


Text Example

White with #DDB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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