Html Css Color HEX #DDBB4C Ronchi

📋 copy color: '#DDBB4C'

red 221 ◦ green 187 ◦ blue 76

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

Shades of Ronchi #DDBB4C

Tints of Ronchi #DDBB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.7%

R = 45.66%
G = 38.64%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDBB4C (or 0xDDBB4C) is known color: Ronchi. HEX triplet: DD, BB and 4C. RGB value is (221,187,76). Sum of RGB (Red+Green+Blue) = 221+187+76=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB4C is #2244B3. Grayscale: #B8B8B8. Windows color (decimal): -2245812 or 5028829. OLE color: 5028829.

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

Color convert

RGB 221 187 76 -
CMYK 0 0.15 0.66 0.13
HSL 45.93º 0.68% 0.58% -
HSV(B) 45.93º 0.66% 0.87% -
XYZ 48.89 51.43 14.19 -
YUV 184.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 221 187 76 0 0.15 0.66 0.13 45.93 0.68 0.58
Hex DD BB 4C 0 F 42 D 2E 44 3A
Octal 335 273 114 0 17 102 15 56 104 72
Binary 11011101 10111011 1001100 0 1111 1000010 1101 101110 1000100 111010

Color Harmonies of #DDBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB4C

Black with #DDBB4C

Text Example


Text Example

White with #DDBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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