Html Css Color HEX #DEDB10 Barberry

📋 copy color: '#DEDB10'

red 222 ◦ green 219 ◦ blue 16

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

Shades of Barberry #DEDB10

Tints of Barberry #DEDB10

RGB

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

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

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

R = 48.58%
G = 47.92%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEDB10 (or 0xDEDB10) is known color: Barberry. HEX triplet: DE, DB and 10. RGB value is (222,219,16). Sum of RGB (Red+Green+Blue) = 222+219+16=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB10 is #2124EF. Grayscale: #C5C5C5. Windows color (decimal): -2172144 or 1104862. OLE color: 1104862.

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

Color convert

RGB 222 219 16 -
CMYK 0 0.01 0.93 0.13
HSL 59.13º 0.87% 0.47% -
HSV(B) 59.13º 0.93% 0.87% -
XYZ 55.55 66.23 10.35 -
YUV 196.76 25.99 146.01 -
System Red Green Blue C M Y K H S L
Decimal 222 219 16 0 0.01 0.93 0.13 59.13 0.87 0.47
Hex DE DB 10 0 1 5D D 3B 57 2F
Octal 336 333 20 0 1 135 15 73 127 57
Binary 11011110 11011011 10000 0 1 1011101 1101 111011 1010111 101111

Color Harmonies of #DEDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB10

Black with #DEDB10

Text Example


Text Example

White with #DEDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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