Html Css Color HEX #DDBC4F Ronchi

📋 copy color: '#DDBC4F'

red 221 ◦ green 188 ◦ blue 79

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

Shades of Ronchi #DDBC4F

Tints of Ronchi #DDBC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.52%

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

R = 45.29%
G = 38.52%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDBC4F (or 0xDDBC4F) is known color: Ronchi. HEX triplet: DD, BC and 4F. RGB value is (221,188,79). Sum of RGB (Red+Green+Blue) = 221+188+79=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC4F is #2243B0. Grayscale: #B9B9B9. Windows color (decimal): -2245553 or 5225693. OLE color: 5225693.

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

Color convert

RGB 221 188 79 -
CMYK 0 0.15 0.64 0.13
HSL 46.06º 0.68% 0.59% -
HSV(B) 46.06º 0.64% 0.87% -
XYZ 49.21 51.9 14.82 -
YUV 185.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 221 188 79 0 0.15 0.64 0.13 46.06 0.68 0.59
Hex DD BC 4F 0 F 40 D 2E 44 3B
Octal 335 274 117 0 17 100 15 56 104 73
Binary 11011101 10111100 1001111 0 1111 1000000 1101 101110 1000100 111011

Color Harmonies of #DDBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC4F

Black with #DDBC4F

Text Example


Text Example

White with #DDBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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