Html Css Color HEX #DDBD54 Ronchi

📋 copy color: '#DDBD54'

red 221 ◦ green 189 ◦ blue 84

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

Shades of Ronchi #DDBD54

Tints of Ronchi #DDBD54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17%

R = 44.74%
G = 38.26%
B = 17%

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

#DDBD54 (or 0xDDBD54) is known color: Ronchi. HEX triplet: DD, BD and 54. RGB value is (221,189,84). Sum of RGB (Red+Green+Blue) = 221+189+84=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD54 is #2242AB. Grayscale: #BBBBBB. Windows color (decimal): -2245292 or 5553629. OLE color: 5553629.

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

Color convert

RGB 221 189 84 -
CMYK 0 0.14 0.62 0.13
HSL 45.99º 0.67% 0.6% -
HSV(B) 45.99º 0.62% 0.87% -
XYZ 49.62 52.41 15.89 -
YUV 186.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 221 189 84 0 0.14 0.62 0.13 45.99 0.67 0.6
Hex DD BD 54 0 E 3E D 2E 43 3C
Octal 335 275 124 0 16 76 15 56 103 74
Binary 11011101 10111101 1010100 0 1110 111110 1101 101110 1000011 111100

Color Harmonies of #DDBD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD54

Black with #DDBD54

Text Example


Text Example

White with #DDBD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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