Html Css Color HEX #DEDB18 Barberry

📋 copy color: '#DEDB18'

red 222 ◦ green 219 ◦ blue 24

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

Shades of Barberry #DEDB18

Tints of Barberry #DEDB18

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 47.74%
G = 47.1%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEDB18 (or 0xDEDB18) is known color: Barberry. HEX triplet: DE, DB and 18. RGB value is (222,219,24). Sum of RGB (Red+Green+Blue) = 222+219+24=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB18 is #2124E7. Grayscale: #C6C6C6. Windows color (decimal): -2172136 or 1629150. OLE color: 1629150.

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

Color convert

RGB 222 219 24 -
CMYK 0 0.01 0.89 0.13
HSL 59.09º 0.8% 0.48% -
HSV(B) 59.09º 0.89% 0.87% -
XYZ 55.62 66.26 10.72 -
YUV 197.67 29.99 145.36 -
System Red Green Blue C M Y K H S L
Decimal 222 219 24 0 0.01 0.89 0.13 59.09 0.8 0.48
Hex DE DB 18 0 1 59 D 3B 50 30
Octal 336 333 30 0 1 131 15 73 120 60
Binary 11011110 11011011 11000 0 1 1011001 1101 111011 1010000 110000

Color Harmonies of #DEDB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB18

Black with #DEDB18

Text Example


Text Example

White with #DEDB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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