Html Css Color HEX #DFDE10 Barberry

📋 copy color: '#DFDE10'

red 223 ◦ green 222 ◦ blue 16

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

Shades of Barberry #DFDE10

Tints of Barberry #DFDE10

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 48.37%
G = 48.16%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFDE10 (or 0xDFDE10) is known color: Barberry. HEX triplet: DF, DE and 10. RGB value is (223,222,16). Sum of RGB (Red+Green+Blue) = 223+222+16=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE10 is #2021EF. Grayscale: #C7C7C7. Windows color (decimal): -2105840 or 1105631. OLE color: 1105631.

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

Color convert

RGB 223 222 16 -
CMYK 0 0.00 0.93 0.13
HSL 59.71º 0.87% 0.47% -
HSV(B) 59.71º 0.93% 0.87% -
XYZ 56.65 67.97 10.62 -
YUV 198.82 24.83 145.25 -
System Red Green Blue C M Y K H S L
Decimal 223 222 16 0 0.00 0.93 0.13 59.71 0.87 0.47
Hex DF DE 10 0 0 5D D 3C 57 2F
Octal 337 336 20 0 0 135 15 74 127 57
Binary 11011111 11011110 10000 0 0 1011101 1101 111100 1010111 101111

Color Harmonies of #DFDE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDE10

Black with #DFDE10

Text Example


Text Example

White with #DFDE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDE10; }

 p { color: rgb(223,222,16); }

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

background-color css

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

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

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

border-color css

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

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

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