Html Css Color HEX #DDBC51 Ronchi

📋 copy color: '#DDBC51'

red 221 ◦ green 188 ◦ blue 81

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

Shades of Ronchi #DDBC51

Tints of Ronchi #DDBC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.53%

R = 45.1%
G = 38.37%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDBC51 (or 0xDDBC51) is known color: Ronchi. HEX triplet: DD, BC and 51. RGB value is (221,188,81). Sum of RGB (Red+Green+Blue) = 221+188+81=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC51 is #2243AE. Grayscale: #BABABA. Windows color (decimal): -2245551 or 5356765. OLE color: 5356765.

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

Color convert

RGB 221 188 81 -
CMYK 0 0.15 0.63 0.13
HSL 45.86º 0.67% 0.59% -
HSV(B) 45.86º 0.63% 0.87% -
XYZ 49.29 51.93 15.21 -
YUV 185.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 221 188 81 0 0.15 0.63 0.13 45.86 0.67 0.59
Hex DD BC 51 0 F 3F D 2E 43 3B
Octal 335 274 121 0 17 77 15 56 103 73
Binary 11011101 10111100 1010001 0 1111 111111 1101 101110 1000011 111011

Color Harmonies of #DDBC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC51

Black with #DDBC51

Text Example


Text Example

White with #DDBC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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