Html Css Color HEX #DDBA4F Ronchi

📋 copy color: '#DDBA4F'

red 221 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #DDBA4F

Tints of Ronchi #DDBA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 79 (31.25% from 255) = 16.26%

R = 45.47%
G = 38.27%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDBA4F (or 0xDDBA4F) is known color: Ronchi. HEX triplet: DD, BA and 4F. RGB value is (221,186,79). Sum of RGB (Red+Green+Blue) = 221+186+79=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA4F is #2245B0. Grayscale: #B8B8B8. Windows color (decimal): -2246065 or 5225181. OLE color: 5225181.

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

Color convert

RGB 221 186 79 -
CMYK 0 0.16 0.64 0.13
HSL 45.21º 0.68% 0.59% -
HSV(B) 45.21º 0.64% 0.87% -
XYZ 48.79 51.05 14.68 -
YUV 184.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 221 186 79 0 0.16 0.64 0.13 45.21 0.68 0.59
Hex DD BA 4F 0 10 40 D 2D 44 3B
Octal 335 272 117 0 20 100 15 55 104 73
Binary 11011101 10111010 1001111 0 10000 1000000 1101 101101 1000100 111011

Color Harmonies of #DDBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA4F

Black with #DDBA4F

Text Example


Text Example

White with #DDBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA4F; }

 p { color: rgb(221,186,79); }

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

background-color css

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

 a { background-color: rgb(221,186,79); }

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

border-color css

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

 span { border-color: rgb(221,186,79); }

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