Html Css Color HEX #DDBC4C Ronchi

📋 copy color: '#DDBC4C'

red 221 ◦ green 188 ◦ blue 76

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

Shades of Ronchi #DDBC4C

Tints of Ronchi #DDBC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 45.57%
G = 38.76%
B = 15.67%

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

#DDBC4C (or 0xDDBC4C) is known color: Ronchi. HEX triplet: DD, BC and 4C. RGB value is (221,188,76). Sum of RGB (Red+Green+Blue) = 221+188+76=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC4C is #2243B3. Grayscale: #B9B9B9. Windows color (decimal): -2245556 or 5029085. OLE color: 5029085.

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

Color convert

RGB 221 188 76 -
CMYK 0 0.15 0.66 0.13
HSL 46.34º 0.68% 0.58% -
HSV(B) 46.34º 0.66% 0.87% -
XYZ 49.11 51.86 14.26 -
YUV 185.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 221 188 76 0 0.15 0.66 0.13 46.34 0.68 0.58
Hex DD BC 4C 0 F 42 D 2E 44 3A
Octal 335 274 114 0 17 102 15 56 104 72
Binary 11011101 10111100 1001100 0 1111 1000010 1101 101110 1000100 111010

Color Harmonies of #DDBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC4C

Black with #DDBC4C

Text Example


Text Example

White with #DDBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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