Html Css Color HEX #DDB947 Ronchi

📋 copy color: '#DDB947'

red 221 ◦ green 185 ◦ blue 71

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

Shades of Ronchi #DDB947

Tints of Ronchi #DDB947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.88%

R = 46.33%
G = 38.78%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB947 (or 0xDDB947) is known color: Ronchi. HEX triplet: DD, B9 and 47. RGB value is (221,185,71). Sum of RGB (Red+Green+Blue) = 221+185+71=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB947 is #2246B8. Grayscale: #B7B7B7. Windows color (decimal): -2246329 or 4700637. OLE color: 4700637.

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

Color convert

RGB 221 185 71 -
CMYK 0 0.16 0.68 0.13
HSL 45.6º 0.69% 0.57% -
HSV(B) 45.6º 0.68% 0.87% -
XYZ 48.31 50.53 13.17 -
YUV 182.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 221 185 71 0 0.16 0.68 0.13 45.6 0.69 0.57
Hex DD B9 47 0 10 44 D 2E 45 39
Octal 335 271 107 0 20 104 15 56 105 71
Binary 11011101 10111001 1000111 0 10000 1000100 1101 101110 1000101 111001

Color Harmonies of #DDB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB947

Black with #DDB947

Text Example


Text Example

White with #DDB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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