Html Css Color HEX #DEDD17 Barberry

📋 copy color: '#DEDD17'

red 222 ◦ green 221 ◦ blue 23

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

Shades of Barberry #DEDD17

Tints of Barberry #DEDD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

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

R = 47.64%
G = 47.42%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEDD17 (or 0xDEDD17) is known color: Barberry. HEX triplet: DE, DD and 17. RGB value is (222,221,23). Sum of RGB (Red+Green+Blue) = 222+221+23=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 23 (9.38% from 255 or 4.94% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD17 is #2122E8. Grayscale: #C7C7C7. Windows color (decimal): -2171625 or 1564126. OLE color: 1564126.

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

Color convert

RGB 222 221 23 -
CMYK 0 0.00 0.90 0.13
HSL 59.7º 0.81% 0.48% -
HSV(B) 59.7º 0.9% 0.87% -
XYZ 56.14 67.3 10.84 -
YUV 198.73 28.83 144.6 -
System Red Green Blue C M Y K H S L
Decimal 222 221 23 0 0.00 0.90 0.13 59.7 0.81 0.48
Hex DE DD 17 0 0 5A D 3C 51 30
Octal 336 335 27 0 0 132 15 74 121 60
Binary 11011110 11011101 10111 0 0 1011010 1101 111100 1010001 110000

Color Harmonies of #DEDD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD17

Black with #DEDD17

Text Example


Text Example

White with #DEDD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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