Html Css Color HEX #DEDB15 Barberry

📋 copy color: '#DEDB15'

red 222 ◦ green 219 ◦ blue 21

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

Shades of Barberry #DEDB15

Tints of Barberry #DEDB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 48.05%
G = 47.4%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEDB15 (or 0xDEDB15) is known color: Barberry. HEX triplet: DE, DB and 15. RGB value is (222,219,21). Sum of RGB (Red+Green+Blue) = 222+219+21=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDB15 is #2124EA. Grayscale: #C6C6C6. Windows color (decimal): -2172139 or 1432542. OLE color: 1432542.

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

Color convert

RGB 222 219 21 -
CMYK 0 0.01 0.91 0.13
HSL 59.1º 0.83% 0.48% -
HSV(B) 59.1º 0.91% 0.87% -
XYZ 55.59 66.25 10.57 -
YUV 197.33 28.49 145.6 -
System Red Green Blue C M Y K H S L
Decimal 222 219 21 0 0.01 0.91 0.13 59.1 0.83 0.48
Hex DE DB 15 0 1 5B D 3B 53 30
Octal 336 333 25 0 1 133 15 73 123 60
Binary 11011110 11011011 10101 0 1 1011011 1101 111011 1010011 110000

Color Harmonies of #DEDB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB15

Black with #DEDB15

Text Example


Text Example

White with #DEDB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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