Html Css Color HEX #DEDD0E Barberry

📋 copy color: '#DEDD0E'

red 222 ◦ green 221 ◦ blue 14

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

Shades of Barberry #DEDD0E

Tints of Barberry #DEDD0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 48.58%
G = 48.36%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEDD0E (or 0xDEDD0E) is known color: Barberry. HEX triplet: DE, DD and 0E. RGB value is (222,221,14). Sum of RGB (Red+Green+Blue) = 222+221+14=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD0E is #2122F1. Grayscale: #C6C6C6. Windows color (decimal): -2171634 or 974302. OLE color: 974302.

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

Color convert

RGB 222 221 14 -
CMYK 0 0.00 0.94 0.13
HSL 59.71º 0.88% 0.46% -
HSV(B) 59.71º 0.94% 0.87% -
XYZ 56.06 67.27 10.45 -
YUV 197.7 24.33 145.33 -
System Red Green Blue C M Y K H S L
Decimal 222 221 14 0 0.00 0.94 0.13 59.71 0.88 0.46
Hex DE DD E 0 0 5E D 3C 58 2E
Octal 336 335 16 0 0 136 15 74 130 56
Binary 11011110 11011101 1110 0 0 1011110 1101 111100 1011000 101110

Color Harmonies of #DEDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD0E

Black with #DEDD0E

Text Example


Text Example

White with #DEDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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