Html Css Color HEX #DEDB1B Barberry

📋 copy color: '#DEDB1B'

red 222 ◦ green 219 ◦ blue 27

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

Shades of Barberry #DEDB1B

Tints of Barberry #DEDB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.77%

R = 47.44%
G = 46.79%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEDB1B (or 0xDEDB1B) is known color: Barberry. HEX triplet: DE, DB and 1B. RGB value is (222,219,27). Sum of RGB (Red+Green+Blue) = 222+219+27=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB1B is #2124E4. Grayscale: #C6C6C6. Windows color (decimal): -2172133 or 1825758. OLE color: 1825758.

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

Color convert

RGB 222 219 27 -
CMYK 0 0.01 0.88 0.13
HSL 59.08º 0.78% 0.49% -
HSV(B) 59.08º 0.88% 0.87% -
XYZ 55.65 66.27 10.9 -
YUV 198.01 31.49 145.11 -
System Red Green Blue C M Y K H S L
Decimal 222 219 27 0 0.01 0.88 0.13 59.08 0.78 0.49
Hex DE DB 1B 0 1 58 D 3B 4E 31
Octal 336 333 33 0 1 130 15 73 116 61
Binary 11011110 11011011 11011 0 1 1011000 1101 111011 1001110 110001

Color Harmonies of #DEDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB1B

Black with #DEDB1B

Text Example


Text Example

White with #DEDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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