Html Css Color HEX #DEDD10 Barberry

📋 copy color: '#DEDD10'

red 222 ◦ green 221 ◦ blue 16

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

Shades of Barberry #DEDD10

Tints of Barberry #DEDD10

RGB

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

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

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

R = 48.37%
G = 48.15%
B = 3.49%

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

#DEDD10 (or 0xDEDD10) is known color: Barberry. HEX triplet: DE, DD and 10. RGB value is (222,221,16). Sum of RGB (Red+Green+Blue) = 222+221+16=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDD10 is #2122EF. Grayscale: #C6C6C6. Windows color (decimal): -2171632 or 1105374. OLE color: 1105374.

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

Color convert

RGB 222 221 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.07 67.28 10.52 -
YUV 197.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 222 221 16 0 0.00 0.93 0.13 59.71 0.87 0.47
Hex DE DD 10 0 0 5D D 3C 57 2F
Octal 336 335 20 0 0 135 15 74 127 57
Binary 11011110 11011101 10000 0 0 1011101 1101 111100 1010111 101111

Color Harmonies of #DEDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD10

Black with #DEDD10

Text Example


Text Example

White with #DEDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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