Html Css Color HEX #DED01E Barberry

📋 copy color: '#DED01E'

red 222 ◦ green 208 ◦ blue 30

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

Shades of Barberry #DED01E

Tints of Barberry #DED01E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 30 (12.11% from 255) = 6.52%

R = 48.26%
G = 45.22%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED01E (or 0xDED01E) is known color: Barberry. HEX triplet: DE, D0 and 1E. RGB value is (222,208,30). Sum of RGB (Red+Green+Blue) = 222+208+30=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED01E is #212FE1. Grayscale: #C0C0C0. Windows color (decimal): -2174946 or 2019550. OLE color: 2019550.

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

Color convert

RGB 222 208 30 -
CMYK 0 0.06 0.86 0.13
HSL 55.63º 0.76% 0.49% -
HSV(B) 55.63º 0.86% 0.87% -
XYZ 52.91 60.74 10.16 -
YUV 191.89 36.64 149.47 -
System Red Green Blue C M Y K H S L
Decimal 222 208 30 0 0.06 0.86 0.13 55.63 0.76 0.49
Hex DE D0 1E 0 6 56 D 38 4C 31
Octal 336 320 36 0 6 126 15 70 114 61
Binary 11011110 11010000 11110 0 110 1010110 1101 111000 1001100 110001

Color Harmonies of #DED01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED01E

Black with #DED01E

Text Example


Text Example

White with #DED01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED01E; }

 p { color: rgb(222,208,30); }

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

background-color css

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

 a { background-color: rgb(222,208,30); }

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

border-color css

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

 span { border-color: rgb(222,208,30); }

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