Html Css Color HEX #DEDD1A Barberry

📋 copy color: '#DEDD1A'

red 222 ◦ green 221 ◦ blue 26

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

Shades of Barberry #DEDD1A

Tints of Barberry #DEDD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 47.33%
G = 47.12%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DEDD1A (or 0xDEDD1A) is known color: Barberry. HEX triplet: DE, DD and 1A. RGB value is (222,221,26). Sum of RGB (Red+Green+Blue) = 222+221+26=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD1A is #2122E5. Grayscale: #C7C7C7. Windows color (decimal): -2171622 or 1760734. OLE color: 1760734.

HSL color Cylindrical-coordinate representation of color #DEDD1A: hue angle of 59.69º degrees, saturation: 0.79, 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 #DEDD1A is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 26 -
CMYK 0 0.00 0.88 0.13
HSL 59.69º 0.79% 0.49% -
HSV(B) 59.69º 0.88% 0.87% -
XYZ 56.17 67.32 11.01 -
YUV 199.07 30.33 144.36 -
System Red Green Blue C M Y K H S L
Decimal 222 221 26 0 0.00 0.88 0.13 59.69 0.79 0.49
Hex DE DD 1A 0 0 58 D 3C 4F 31
Octal 336 335 32 0 0 130 15 74 117 61
Binary 11011110 11011101 11010 0 0 1011000 1101 111100 1001111 110001

Color Harmonies of #DEDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD1A

Black with #DEDD1A

Text Example


Text Example

White with #DEDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD1A; }

 p { color: rgb(222,221,26); }

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

background-color css

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

 a { background-color: rgb(222,221,26); }

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

border-color css

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

 span { border-color: rgb(222,221,26); }

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