Html Css Color HEX #DEDF13 Barberry

📋 copy color: '#DEDF13'

red 222 ◦ green 223 ◦ blue 19

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

Shades of Barberry #DEDF13

Tints of Barberry #DEDF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

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

R = 47.84%
G = 48.06%
B = 4.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEDF13 (or 0xDEDF13) is known color: Barberry. HEX triplet: DE, DF and 13. RGB value is (222,223,19). Sum of RGB (Red+Green+Blue) = 222+223+19=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDF13 is #2120EC. Grayscale: #C8C8C8. Windows color (decimal): -2171117 or 1302494. OLE color: 1302494.

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

Color convert

RGB 222 223 19 -
CMYK 0.00 0 0.91 0.13
HSL 60.29º 0.84% 0.47% -
HSV(B) 60.29º 0.91% 0.87% -
XYZ 56.63 68.35 10.82 -
YUV 199.45 26.17 144.09 -
System Red Green Blue C M Y K H S L
Decimal 222 223 19 0.00 0 0.91 0.13 60.29 0.84 0.47
Hex DE DF 13 0 0 5B D 3C 54 2F
Octal 336 337 23 0 0 133 15 74 124 57
Binary 11011110 11011111 10011 0 0 1011011 1101 111100 1010100 101111

Color Harmonies of #DEDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDF13

Black with #DEDF13

Text Example


Text Example

White with #DEDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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