Html Css Color HEX #DED618 Barberry

📋 copy color: '#DED618'

red 222 ◦ green 214 ◦ blue 24

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

Shades of Barberry #DED618

Tints of Barberry #DED618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 24 (9.77% from 255) = 5.22%

R = 48.26%
G = 46.52%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DED618 (or 0xDED618) is known color: Barberry. HEX triplet: DE, D6 and 18. RGB value is (222,214,24). Sum of RGB (Red+Green+Blue) = 222+214+24=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 24 (9.77% from 255 or 5.22% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DED618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED618 is #2129E7. Grayscale: #C3C3C3. Windows color (decimal): -2173416 or 1627870. OLE color: 1627870.

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

Color convert

RGB 222 214 24 -
CMYK 0 0.04 0.89 0.13
HSL 57.58º 0.8% 0.48% -
HSV(B) 57.58º 0.89% 0.87% -
XYZ 54.34 63.69 10.29 -
YUV 194.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 222 214 24 0 0.04 0.89 0.13 57.58 0.8 0.48
Hex DE D6 18 0 4 59 D 3A 50 30
Octal 336 326 30 0 4 131 15 72 120 60
Binary 11011110 11010110 11000 0 100 1011001 1101 111010 1010000 110000

Color Harmonies of #DED618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED618

Black with #DED618

Text Example


Text Example

White with #DED618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED618; }

 p { color: rgb(222,214,24); }

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

background-color css

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

 a { background-color: rgb(222,214,24); }

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

border-color css

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

 span { border-color: rgb(222,214,24); }

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