Html Css Color HEX #DDC053 Ronchi

📋 copy color: '#DDC053'

red 221 ◦ green 192 ◦ blue 83

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

Shades of Ronchi #DDC053

Tints of Ronchi #DDC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

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

R = 44.56%
G = 38.71%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDC053 (or 0xDDC053) is known color: Ronchi. HEX triplet: DD, C0 and 53. RGB value is (221,192,83). Sum of RGB (Red+Green+Blue) = 221+192+83=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC053 is #223FAC. Grayscale: #BCBCBC. Windows color (decimal): -2244525 or 5488861. OLE color: 5488861.

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

Color convert

RGB 221 192 83 -
CMYK 0 0.13 0.62 0.13
HSL 47.39º 0.67% 0.6% -
HSV(B) 47.39º 0.62% 0.87% -
XYZ 50.23 53.7 15.9 -
YUV 188.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 221 192 83 0 0.13 0.62 0.13 47.39 0.67 0.6
Hex DD C0 53 0 D 3E D 2F 43 3C
Octal 335 300 123 0 15 76 15 57 103 74
Binary 11011101 11000000 1010011 0 1101 111110 1101 101111 1000011 111100

Color Harmonies of #DDC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC053

Black with #DDC053

Text Example


Text Example

White with #DDC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC053; }

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

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

background-color css

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

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

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

border-color css

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

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

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