Html Css Color HEX #DED017 Barberry

📋 copy color: '#DED017'

red 222 ◦ green 208 ◦ blue 23

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

Shades of Barberry #DED017

Tints of Barberry #DED017

RGB

 RED value IS 222 (87.11% from 255) = 49.01%

 GREEN value IS 208 (81.64% from 255) = 45.92%

 BLUE value IS 23 (9.38% from 255) = 5.08%

R = 49.01%
G = 45.92%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DED017 (or 0xDED017) is known color: Barberry. HEX triplet: DE, D0 and 17. RGB value is (222,208,23). Sum of RGB (Red+Green+Blue) = 222+208+23=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED017 is #212FE8. Grayscale: #BFBFBF. Windows color (decimal): -2174953 or 1560798. OLE color: 1560798.

HSL color Cylindrical-coordinate representation of color #DED017: hue angle of 55.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DED017 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 23 -
CMYK 0 0.06 0.90 0.13
HSL 55.78º 0.81% 0.48% -
HSV(B) 55.78º 0.9% 0.87% -
XYZ 52.83 60.7 9.74 -
YUV 191.1 33.14 150.04 -
System Red Green Blue C M Y K H S L
Decimal 222 208 23 0 0.06 0.90 0.13 55.78 0.81 0.48
Hex DE D0 17 0 6 5A D 38 51 30
Octal 336 320 27 0 6 132 15 70 121 60
Binary 11011110 11010000 10111 0 110 1011010 1101 111000 1010001 110000

Color Harmonies of #DED017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED017

Black with #DED017

Text Example


Text Example

White with #DED017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED017; }

 p { color: rgb(222,208,23); }

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

background-color css

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

 a { background-color: rgb(222,208,23); }

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

border-color css

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

 span { border-color: rgb(222,208,23); }

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