Html Css Color HEX #DCDF11 Barberry

📋 copy color: '#DCDF11'

red 220 ◦ green 223 ◦ blue 17

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

Shades of Barberry #DCDF11

Tints of Barberry #DCDF11

RGB

 RED value IS 220 (86.33% from 255) = 47.83%

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

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

R = 47.83%
G = 48.48%
B = 3.7%

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

#DCDF11 (or 0xDCDF11) is known color: Barberry. HEX triplet: DC, DF and 11. RGB value is (220,223,17). Sum of RGB (Red+Green+Blue) = 220+223+17=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF11 is #2320EE. Grayscale: #C7C7C7. Windows color (decimal): -2302191 or 1171420. OLE color: 1171420.

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

Color convert

RGB 220 223 17 -
CMYK 0.01 0 0.92 0.13
HSL 60.87º 0.86% 0.47% -
HSV(B) 60.87º 0.92% 0.87% -
XYZ 56 68.03 10.71 -
YUV 198.62 25.51 143.25 -
System Red Green Blue C M Y K H S L
Decimal 220 223 17 0.01 0 0.92 0.13 60.87 0.86 0.47
Hex DC DF 11 1 0 5C D 3D 56 2F
Octal 334 337 21 1 0 134 15 75 126 57
Binary 11011100 11011111 10001 1 0 1011100 1101 111101 1010110 101111

Color Harmonies of #DCDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF11

Black with #DCDF11

Text Example


Text Example

White with #DCDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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