Html Css Color HEX #DEDA11 Barberry

📋 copy color: '#DEDA11'

red 222 ◦ green 218 ◦ blue 17

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

Shades of Barberry #DEDA11

Tints of Barberry #DEDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

 BLUE value IS 17 (7.03% from 255) = 3.72%

R = 48.58%
G = 47.7%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEDA11 (or 0xDEDA11) is known color: Barberry. HEX triplet: DE, DA and 11. RGB value is (222,218,17). Sum of RGB (Red+Green+Blue) = 222+218+17=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDA11 is #2125EE. Grayscale: #C5C5C5. Windows color (decimal): -2172399 or 1170142. OLE color: 1170142.

HSL color Cylindrical-coordinate representation of color #DEDA11: hue angle of 58.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEDA11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 17 -
CMYK 0 0.02 0.92 0.13
HSL 58.83º 0.86% 0.47% -
HSV(B) 58.83º 0.92% 0.87% -
XYZ 55.3 65.71 10.3 -
YUV 196.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 222 218 17 0 0.02 0.92 0.13 58.83 0.86 0.47
Hex DE DA 11 0 2 5C D 3B 56 2F
Octal 336 332 21 0 2 134 15 73 126 57
Binary 11011110 11011010 10001 0 10 1011100 1101 111011 1010110 101111

Color Harmonies of #DEDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA11

Black with #DEDA11

Text Example


Text Example

White with #DEDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA11; }

 p { color: rgb(222,218,17); }

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

background-color css

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

 a { background-color: rgb(222,218,17); }

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

border-color css

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

 span { border-color: rgb(222,218,17); }

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