Html Css Color HEX #DDB94B Ronchi

📋 copy color: '#DDB94B'

red 221 ◦ green 185 ◦ blue 75

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

Shades of Ronchi #DDB94B

Tints of Ronchi #DDB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 45.95%
G = 38.46%
B = 15.59%

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

#DDB94B (or 0xDDB94B) is known color: Ronchi. HEX triplet: DD, B9 and 4B. RGB value is (221,185,75). Sum of RGB (Red+Green+Blue) = 221+185+75=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB94B is #2246B4. Grayscale: #B7B7B7. Windows color (decimal): -2246325 or 4962781. OLE color: 4962781.

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

Color convert

RGB 221 185 75 -
CMYK 0 0.16 0.66 0.13
HSL 45.21º 0.68% 0.58% -
HSV(B) 45.21º 0.66% 0.87% -
XYZ 48.44 50.58 13.87 -
YUV 183.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 221 185 75 0 0.16 0.66 0.13 45.21 0.68 0.58
Hex DD B9 4B 0 10 42 D 2D 44 3A
Octal 335 271 113 0 20 102 15 55 104 72
Binary 11011101 10111001 1001011 0 10000 1000010 1101 101101 1000100 111010

Color Harmonies of #DDB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB94B

Black with #DDB94B

Text Example


Text Example

White with #DDB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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