Html Css Color HEX #DDB94E Ronchi

📋 copy color: '#DDB94E'

red 221 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #DDB94E

Tints of Ronchi #DDB94E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 45.66%
G = 38.22%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDB94E (or 0xDDB94E) is known color: Ronchi. HEX triplet: DD, B9 and 4E. RGB value is (221,185,78). Sum of RGB (Red+Green+Blue) = 221+185+78=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB94E is #2246B1. Grayscale: #B8B8B8. Windows color (decimal): -2246322 or 5159389. OLE color: 5159389.

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

Color convert

RGB 221 185 78 -
CMYK 0 0.16 0.65 0.13
HSL 44.9º 0.68% 0.59% -
HSV(B) 44.9º 0.65% 0.87% -
XYZ 48.54 50.62 14.42 -
YUV 183.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 221 185 78 0 0.16 0.65 0.13 44.9 0.68 0.59
Hex DD B9 4E 0 10 41 D 2D 44 3B
Octal 335 271 116 0 20 101 15 55 104 73
Binary 11011101 10111001 1001110 0 10000 1000001 1101 101101 1000100 111011

Color Harmonies of #DDB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB94E

Black with #DDB94E

Text Example


Text Example

White with #DDB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB94E; }

 p { color: rgb(221,185,78); }

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

background-color css

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

 a { background-color: rgb(221,185,78); }

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

border-color css

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

 span { border-color: rgb(221,185,78); }

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