Html Css Color HEX #DDBA4A Ronchi

📋 copy color: '#DDBA4A'

red 221 ◦ green 186 ◦ blue 74

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

Shades of Ronchi #DDBA4A

Tints of Ronchi #DDBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 45.95%
G = 38.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDBA4A (or 0xDDBA4A) is known color: Ronchi. HEX triplet: DD, BA and 4A. RGB value is (221,186,74). Sum of RGB (Red+Green+Blue) = 221+186+74=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA4A is #2245B5. Grayscale: #B8B8B8. Windows color (decimal): -2246070 or 4897501. OLE color: 4897501.

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

Color convert

RGB 221 186 74 -
CMYK 0 0.16 0.67 0.13
HSL 45.71º 0.68% 0.58% -
HSV(B) 45.71º 0.67% 0.87% -
XYZ 48.61 50.98 13.76 -
YUV 183.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 221 186 74 0 0.16 0.67 0.13 45.71 0.68 0.58
Hex DD BA 4A 0 10 43 D 2E 44 3A
Octal 335 272 112 0 20 103 15 56 104 72
Binary 11011101 10111010 1001010 0 10000 1000011 1101 101110 1000100 111010

Color Harmonies of #DDBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA4A

Black with #DDBA4A

Text Example


Text Example

White with #DDBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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