Html Css Color HEX #DED319 Barberry

📋 copy color: '#DED319'

red 222 ◦ green 211 ◦ blue 25

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

Shades of Barberry #DED319

Tints of Barberry #DED319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.07%

 BLUE value IS 25 (10.16% from 255) = 5.46%

R = 48.47%
G = 46.07%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED319 (or 0xDED319) is known color: Barberry. HEX triplet: DE, D3 and 19. RGB value is (222,211,25). Sum of RGB (Red+Green+Blue) = 222+211+25=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DED319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED319 is #212CE6. Grayscale: #C1C1C1. Windows color (decimal): -2174183 or 1692638. OLE color: 1692638.

HSL color Cylindrical-coordinate representation of color #DED319: hue angle of 56.65º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DED319 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 25 -
CMYK 0 0.05 0.89 0.13
HSL 56.65º 0.8% 0.48% -
HSV(B) 56.65º 0.89% 0.87% -
XYZ 53.59 62.19 10.1 -
YUV 193.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 222 211 25 0 0.05 0.89 0.13 56.65 0.8 0.48
Hex DE D3 19 0 5 59 D 39 50 30
Octal 336 323 31 0 5 131 15 71 120 60
Binary 11011110 11010011 11001 0 101 1011001 1101 111001 1010000 110000

Color Harmonies of #DED319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED319

Black with #DED319

Text Example


Text Example

White with #DED319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED319; }

 p { color: rgb(222,211,25); }

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

background-color css

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

 a { background-color: rgb(222,211,25); }

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

border-color css

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

 span { border-color: rgb(222,211,25); }

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