Html Css Color HEX #DDB649 Ronchi

📋 copy color: '#DDB649'

red 221 ◦ green 182 ◦ blue 73

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

Shades of Ronchi #DDB649

Tints of Ronchi #DDB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

 BLUE value IS 73 (28.91% from 255) = 15.34%

R = 46.43%
G = 38.24%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB649 (or 0xDDB649) is known color: Ronchi. HEX triplet: DD, B6 and 49. RGB value is (221,182,73). Sum of RGB (Red+Green+Blue) = 221+182+73=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB649 is #2249B6. Grayscale: #B5B5B5. Windows color (decimal): -2247095 or 4830941. OLE color: 4830941.

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

Color convert

RGB 221 182 73 -
CMYK 0 0.18 0.67 0.13
HSL 44.19º 0.69% 0.58% -
HSV(B) 44.19º 0.67% 0.87% -
XYZ 47.75 49.31 13.3 -
YUV 181.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 221 182 73 0 0.18 0.67 0.13 44.19 0.69 0.58
Hex DD B6 49 0 12 43 D 2C 45 3A
Octal 335 266 111 0 22 103 15 54 105 72
Binary 11011101 10110110 1001001 0 10010 1000011 1101 101100 1000101 111010

Color Harmonies of #DDB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB649

Black with #DDB649

Text Example


Text Example

White with #DDB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB649; }

 p { color: rgb(221,182,73); }

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

background-color css

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

 a { background-color: rgb(221,182,73); }

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

border-color css

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

 span { border-color: rgb(221,182,73); }

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