Html Css Color HEX #DDBD53 Ronchi

📋 copy color: '#DDBD53'

red 221 ◦ green 189 ◦ blue 83

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

Shades of Ronchi #DDBD53

Tints of Ronchi #DDBD53

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 44.83%
G = 38.34%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDBD53 (or 0xDDBD53) is known color: Ronchi. HEX triplet: DD, BD and 53. RGB value is (221,189,83). Sum of RGB (Red+Green+Blue) = 221+189+83=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD53 is #2242AC. Grayscale: #BABABA. Windows color (decimal): -2245293 or 5488093. OLE color: 5488093.

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

Color convert

RGB 221 189 83 -
CMYK 0 0.14 0.62 0.13
HSL 46.09º 0.67% 0.6% -
HSV(B) 46.09º 0.62% 0.87% -
XYZ 49.58 52.39 15.68 -
YUV 186.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 221 189 83 0 0.14 0.62 0.13 46.09 0.67 0.6
Hex DD BD 53 0 E 3E D 2E 43 3C
Octal 335 275 123 0 16 76 15 56 103 74
Binary 11011101 10111101 1010011 0 1110 111110 1101 101110 1000011 111100

Color Harmonies of #DDBD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD53

Black with #DDBD53

Text Example


Text Example

White with #DDBD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD53; }

 p { color: rgb(221,189,83); }

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

background-color css

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

 a { background-color: rgb(221,189,83); }

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

border-color css

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

 span { border-color: rgb(221,189,83); }

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