Html Css Color HEX #DDBA4E Ronchi

📋 copy color: '#DDBA4E'

red 221 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #DDBA4E

Tints of Ronchi #DDBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 45.57%
G = 38.35%
B = 16.08%

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

#DDBA4E (or 0xDDBA4E) is known color: Ronchi. HEX triplet: DD, BA and 4E. RGB value is (221,186,78). Sum of RGB (Red+Green+Blue) = 221+186+78=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA4E is #2245B1. Grayscale: #B8B8B8. Windows color (decimal): -2246066 or 5159645. OLE color: 5159645.

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

Color convert

RGB 221 186 78 -
CMYK 0 0.16 0.65 0.13
HSL 45.31º 0.68% 0.59% -
HSV(B) 45.31º 0.65% 0.87% -
XYZ 48.75 51.04 14.49 -
YUV 184.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 221 186 78 0 0.16 0.65 0.13 45.31 0.68 0.59
Hex DD BA 4E 0 10 41 D 2D 44 3B
Octal 335 272 116 0 20 101 15 55 104 73
Binary 11011101 10111010 1001110 0 10000 1000001 1101 101101 1000100 111011

Color Harmonies of #DDBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA4E

Black with #DDBA4E

Text Example


Text Example

White with #DDBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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