Html Css Color HEX #DDBB54 Ronchi

📋 copy color: '#DDBB54'

red 221 ◦ green 187 ◦ blue 84

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

Shades of Ronchi #DDBB54

Tints of Ronchi #DDBB54

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

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

R = 44.92%
G = 38.01%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDBB54 (or 0xDDBB54) is known color: Ronchi. HEX triplet: DD, BB and 54. RGB value is (221,187,84). Sum of RGB (Red+Green+Blue) = 221+187+84=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB54 is #2244AB. Grayscale: #B9B9B9. Windows color (decimal): -2245804 or 5553117. OLE color: 5553117.

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

Color convert

RGB 221 187 84 -
CMYK 0 0.15 0.62 0.13
HSL 45.11º 0.67% 0.6% -
HSV(B) 45.11º 0.62% 0.87% -
XYZ 49.19 51.55 15.75 -
YUV 185.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 221 187 84 0 0.15 0.62 0.13 45.11 0.67 0.6
Hex DD BB 54 0 F 3E D 2D 43 3C
Octal 335 273 124 0 17 76 15 55 103 74
Binary 11011101 10111011 1010100 0 1111 111110 1101 101101 1000011 111100

Color Harmonies of #DDBB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB54

Black with #DDBB54

Text Example


Text Example

White with #DDBB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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