Html Css Color HEX #DDDF11 Barberry

📋 copy color: '#DDDF11'

red 221 ◦ green 223 ◦ blue 17

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

Shades of Barberry #DDDF11

Tints of Barberry #DDDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 17 (7.03% from 255) = 3.69%

R = 47.94%
G = 48.37%
B = 3.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDDF11 (or 0xDDDF11) is known color: Barberry. HEX triplet: DD, DF and 11. RGB value is (221,223,17). Sum of RGB (Red+Green+Blue) = 221+223+17=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDF11 is #2220EE. Grayscale: #C7C7C7. Windows color (decimal): -2236655 or 1171421. OLE color: 1171421.

HSL color Cylindrical-coordinate representation of color #DDDF11: hue angle of 60.58º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDDF11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 17 -
CMYK 0.01 0 0.92 0.13
HSL 60.58º 0.86% 0.47% -
HSV(B) 60.58º 0.92% 0.87% -
XYZ 56.31 68.19 10.72 -
YUV 198.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 221 223 17 0.01 0 0.92 0.13 60.58 0.86 0.47
Hex DD DF 11 1 0 5C D 3D 56 2F
Octal 335 337 21 1 0 134 15 75 126 57
Binary 11011101 11011111 10001 1 0 1011100 1101 111101 1010110 101111

Color Harmonies of #DDDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF11

Black with #DDDF11

Text Example


Text Example

White with #DDDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF11; }

 p { color: rgb(221,223,17); }

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

background-color css

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

 a { background-color: rgb(221,223,17); }

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

border-color css

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

 span { border-color: rgb(221,223,17); }

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