Html Css Color HEX #DDBE4F Ronchi

📋 copy color: '#DDBE4F'

red 221 ◦ green 190 ◦ blue 79

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

Shades of Ronchi #DDBE4F

Tints of Ronchi #DDBE4F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

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

R = 45.1%
G = 38.78%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDBE4F (or 0xDDBE4F) is known color: Ronchi. HEX triplet: DD, BE and 4F. RGB value is (221,190,79). Sum of RGB (Red+Green+Blue) = 221+190+79=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE4F is #2241B0. Grayscale: #BBBBBB. Windows color (decimal): -2245041 or 5226205. OLE color: 5226205.

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

Color convert

RGB 221 190 79 -
CMYK 0 0.14 0.64 0.13
HSL 46.9º 0.68% 0.59% -
HSV(B) 46.9º 0.64% 0.87% -
XYZ 49.64 52.76 14.97 -
YUV 186.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 221 190 79 0 0.14 0.64 0.13 46.9 0.68 0.59
Hex DD BE 4F 0 E 40 D 2F 44 3B
Octal 335 276 117 0 16 100 15 57 104 73
Binary 11011101 10111110 1001111 0 1110 1000000 1101 101111 1000100 111011

Color Harmonies of #DDBE4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE4F

Black with #DDBE4F

Text Example


Text Example

White with #DDBE4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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