Html Css Color HEX #DEDB17 Barberry

📋 copy color: '#DEDB17'

red 222 ◦ green 219 ◦ blue 23

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

Shades of Barberry #DEDB17

Tints of Barberry #DEDB17

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 47.84%
G = 47.2%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEDB17 (or 0xDEDB17) is known color: Barberry. HEX triplet: DE, DB and 17. RGB value is (222,219,23). Sum of RGB (Red+Green+Blue) = 222+219+23=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB17 is #2124E8. Grayscale: #C6C6C6. Windows color (decimal): -2172137 or 1563614. OLE color: 1563614.

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

Color convert

RGB 222 219 23 -
CMYK 0 0.01 0.90 0.13
HSL 59.1º 0.81% 0.48% -
HSV(B) 59.1º 0.9% 0.87% -
XYZ 55.61 66.25 10.67 -
YUV 197.55 29.49 145.44 -
System Red Green Blue C M Y K H S L
Decimal 222 219 23 0 0.01 0.90 0.13 59.1 0.81 0.48
Hex DE DB 17 0 1 5A D 3B 51 30
Octal 336 333 27 0 1 132 15 73 121 60
Binary 11011110 11011011 10111 0 1 1011010 1101 111011 1010001 110000

Color Harmonies of #DEDB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB17

Black with #DEDB17

Text Example


Text Example

White with #DEDB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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