Html Css Color HEX #DEDC13 Barberry

📋 copy color: '#DEDC13'

red 222 ◦ green 220 ◦ blue 19

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

Shades of Barberry #DEDC13

Tints of Barberry #DEDC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 48.16%
G = 47.72%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEDC13 (or 0xDEDC13) is known color: Barberry. HEX triplet: DE, DC and 13. RGB value is (222,220,19). Sum of RGB (Red+Green+Blue) = 222+220+19=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC13 is #2123EC. Grayscale: #C6C6C6. Windows color (decimal): -2171885 or 1301726. OLE color: 1301726.

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

Color convert

RGB 222 220 19 -
CMYK 0 0.01 0.91 0.13
HSL 59.41º 0.84% 0.47% -
HSV(B) 59.41º 0.91% 0.87% -
XYZ 55.83 66.76 10.56 -
YUV 197.68 27.16 145.34 -
System Red Green Blue C M Y K H S L
Decimal 222 220 19 0 0.01 0.91 0.13 59.41 0.84 0.47
Hex DE DC 13 0 1 5B D 3B 54 2F
Octal 336 334 23 0 1 133 15 73 124 57
Binary 11011110 11011100 10011 0 1 1011011 1101 111011 1010100 101111

Color Harmonies of #DEDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC13

Black with #DEDC13

Text Example


Text Example

White with #DEDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC13; }

 p { color: rgb(222,220,19); }

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

background-color css

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

 a { background-color: rgb(222,220,19); }

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

border-color css

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

 span { border-color: rgb(222,220,19); }

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