Html Css Color HEX #DDB74A Ronchi

📋 copy color: '#DDB74A'

red 221 ◦ green 183 ◦ blue 74

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

Shades of Ronchi #DDB74A

Tints of Ronchi #DDB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.28%

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

R = 46.23%
G = 38.28%
B = 15.48%

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

#DDB74A (or 0xDDB74A) is known color: Ronchi. HEX triplet: DD, B7 and 4A. RGB value is (221,183,74). Sum of RGB (Red+Green+Blue) = 221+183+74=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB74A is #2248B5. Grayscale: #B6B6B6. Windows color (decimal): -2246838 or 4896733. OLE color: 4896733.

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

Color convert

RGB 221 183 74 -
CMYK 0 0.17 0.67 0.13
HSL 44.49º 0.68% 0.58% -
HSV(B) 44.49º 0.67% 0.87% -
XYZ 47.99 49.73 13.55 -
YUV 181.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 221 183 74 0 0.17 0.67 0.13 44.49 0.68 0.58
Hex DD B7 4A 0 11 43 D 2C 44 3A
Octal 335 267 112 0 21 103 15 54 104 72
Binary 11011101 10110111 1001010 0 10001 1000011 1101 101100 1000100 111010

Color Harmonies of #DDB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB74A

Black with #DDB74A

Text Example


Text Example

White with #DDB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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