Html Css Color HEX #DDBD52 Ronchi

📋 copy color: '#DDBD52'

red 221 ◦ green 189 ◦ blue 82

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

Shades of Ronchi #DDBD52

Tints of Ronchi #DDBD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.67%

R = 44.92%
G = 38.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDBD52 (or 0xDDBD52) is known color: Ronchi. HEX triplet: DD, BD and 52. RGB value is (221,189,82). Sum of RGB (Red+Green+Blue) = 221+189+82=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD52 is #2242AD. Grayscale: #BABABA. Windows color (decimal): -2245294 or 5422557. OLE color: 5422557.

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

Color convert

RGB 221 189 82 -
CMYK 0 0.14 0.63 0.13
HSL 46.19º 0.67% 0.59% -
HSV(B) 46.19º 0.63% 0.87% -
XYZ 49.54 52.38 15.48 -
YUV 186.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 221 189 82 0 0.14 0.63 0.13 46.19 0.67 0.59
Hex DD BD 52 0 E 3F D 2E 43 3B
Octal 335 275 122 0 16 77 15 56 103 73
Binary 11011101 10111101 1010010 0 1110 111111 1101 101110 1000011 111011

Color Harmonies of #DDBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD52

Black with #DDBD52

Text Example


Text Example

White with #DDBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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