Html Css Color HEX #DDBB4A Ronchi

📋 copy color: '#DDBB4A'

red 221 ◦ green 187 ◦ blue 74

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

Shades of Ronchi #DDBB4A

Tints of Ronchi #DDBB4A

RGB

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

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

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

R = 45.85%
G = 38.8%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDBB4A (or 0xDDBB4A) is known color: Ronchi. HEX triplet: DD, BB and 4A. RGB value is (221,187,74). Sum of RGB (Red+Green+Blue) = 221+187+74=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB4A is #2244B5. Grayscale: #B8B8B8. Windows color (decimal): -2245814 or 4897757. OLE color: 4897757.

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

Color convert

RGB 221 187 74 -
CMYK 0 0.15 0.67 0.13
HSL 46.12º 0.68% 0.58% -
HSV(B) 46.12º 0.67% 0.87% -
XYZ 48.83 51.41 13.83 -
YUV 184.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 221 187 74 0 0.15 0.67 0.13 46.12 0.68 0.58
Hex DD BB 4A 0 F 43 D 2E 44 3A
Octal 335 273 112 0 17 103 15 56 104 72
Binary 11011101 10111011 1001010 0 1111 1000011 1101 101110 1000100 111010

Color Harmonies of #DDBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB4A

Black with #DDBB4A

Text Example


Text Example

White with #DDBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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