Html Css Color HEX #DDB84A Ronchi

📋 copy color: '#DDB84A'

red 221 ◦ green 184 ◦ blue 74

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

Shades of Ronchi #DDB84A

Tints of Ronchi #DDB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 46.14%
G = 38.41%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB84A (or 0xDDB84A) is known color: Ronchi. HEX triplet: DD, B8 and 4A. RGB value is (221,184,74). Sum of RGB (Red+Green+Blue) = 221+184+74=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB84A is #2247B5. Grayscale: #B7B7B7. Windows color (decimal): -2246582 or 4896989. OLE color: 4896989.

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

Color convert

RGB 221 184 74 -
CMYK 0 0.17 0.67 0.13
HSL 44.9º 0.68% 0.58% -
HSV(B) 44.9º 0.67% 0.87% -
XYZ 48.2 50.15 13.62 -
YUV 182.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 221 184 74 0 0.17 0.67 0.13 44.9 0.68 0.58
Hex DD B8 4A 0 11 43 D 2D 44 3A
Octal 335 270 112 0 21 103 15 55 104 72
Binary 11011101 10111000 1001010 0 10001 1000011 1101 101101 1000100 111010

Color Harmonies of #DDB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB84A

Black with #DDB84A

Text Example


Text Example

White with #DDB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB84A; }

 p { color: rgb(221,184,74); }

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

background-color css

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

 a { background-color: rgb(221,184,74); }

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

border-color css

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

 span { border-color: rgb(221,184,74); }

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