Html Css Color HEX #DDB94C Ronchi

📋 copy color: '#DDB94C'

red 221 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #DDB94C

Tints of Ronchi #DDB94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 45.85%
G = 38.38%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDB94C (or 0xDDB94C) is known color: Ronchi. HEX triplet: DD, B9 and 4C. RGB value is (221,185,76). Sum of RGB (Red+Green+Blue) = 221+185+76=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB94C is #2246B3. Grayscale: #B7B7B7. Windows color (decimal): -2246324 or 5028317. OLE color: 5028317.

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

Color convert

RGB 221 185 76 -
CMYK 0 0.16 0.66 0.13
HSL 45.1º 0.68% 0.58% -
HSV(B) 45.1º 0.66% 0.87% -
XYZ 48.47 50.59 14.05 -
YUV 183.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 221 185 76 0 0.16 0.66 0.13 45.1 0.68 0.58
Hex DD B9 4C 0 10 42 D 2D 44 3A
Octal 335 271 114 0 20 102 15 55 104 72
Binary 11011101 10111001 1001100 0 10000 1000010 1101 101101 1000100 111010

Color Harmonies of #DDB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB94C

Black with #DDB94C

Text Example


Text Example

White with #DDB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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