Html Css Color HEX #DFDF11 Barberry

📋 copy color: '#DFDF11'

red 223 ◦ green 223 ◦ blue 17

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

Shades of Barberry #DFDF11

Tints of Barberry #DFDF11

RGB

 RED value IS 223 (87.5% from 255) = 48.16%

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

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

R = 48.16%
G = 48.16%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFDF11 (or 0xDFDF11) is known color: Barberry. HEX triplet: DF, DF and 11. RGB value is (223,223,17). Sum of RGB (Red+Green+Blue) = 223+223+17=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDF11 is #2020EE. Grayscale: #C8C8C8. Windows color (decimal): -2105583 or 1171423. OLE color: 1171423.

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

Color convert

RGB 223 223 17 -
CMYK 0 0 0.92 0.13
HSL 60º 0.86% 0.47% -
HSV(B) 60º 0.92% 0.87% -
XYZ 56.92 68.5 10.75 -
YUV 199.52 25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 223 223 17 0 0 0.92 0.13 60 0.86 0.47
Hex DF DF 11 0 0 5C D 3C 56 2F
Octal 337 337 21 0 0 134 15 74 126 57
Binary 11011111 11011111 10001 0 0 1011100 1101 111100 1010110 101111

Color Harmonies of #DFDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF11

Black with #DFDF11

Text Example


Text Example

White with #DFDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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