Html Css Color HEX #DDBA4D Ronchi

📋 copy color: '#DDBA4D'

red 221 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #DDBA4D

Tints of Ronchi #DDBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 45.66%
G = 38.43%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDBA4D (or 0xDDBA4D) is known color: Ronchi. HEX triplet: DD, BA and 4D. RGB value is (221,186,77). Sum of RGB (Red+Green+Blue) = 221+186+77=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA4D is #2245B2. Grayscale: #B8B8B8. Windows color (decimal): -2246067 or 5094109. OLE color: 5094109.

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

Color convert

RGB 221 186 77 -
CMYK 0 0.16 0.65 0.13
HSL 45.42º 0.68% 0.58% -
HSV(B) 45.42º 0.65% 0.87% -
XYZ 48.72 51.03 14.3 -
YUV 184.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 221 186 77 0 0.16 0.65 0.13 45.42 0.68 0.58
Hex DD BA 4D 0 10 41 D 2D 44 3A
Octal 335 272 115 0 20 101 15 55 104 72
Binary 11011101 10111010 1001101 0 10000 1000001 1101 101101 1000100 111010

Color Harmonies of #DDBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA4D

Black with #DDBA4D

Text Example


Text Example

White with #DDBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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