Html Css Color HEX #DEDC1A Barberry

📋 copy color: '#DEDC1A'

red 222 ◦ green 220 ◦ blue 26

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

Shades of Barberry #DEDC1A

Tints of Barberry #DEDC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

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

R = 47.44%
G = 47.01%
B = 5.56%

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

#DEDC1A (or 0xDEDC1A) is known color: Barberry. HEX triplet: DE, DC and 1A. RGB value is (222,220,26). Sum of RGB (Red+Green+Blue) = 222+220+26=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC1A is #2123E5. Grayscale: #C7C7C7. Windows color (decimal): -2171878 or 1760478. OLE color: 1760478.

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

Color convert

RGB 222 220 26 -
CMYK 0 0.01 0.88 0.13
HSL 59.39º 0.79% 0.49% -
HSV(B) 59.39º 0.88% 0.87% -
XYZ 55.9 66.79 10.92 -
YUV 198.48 30.66 144.77 -
System Red Green Blue C M Y K H S L
Decimal 222 220 26 0 0.01 0.88 0.13 59.39 0.79 0.49
Hex DE DC 1A 0 1 58 D 3B 4F 31
Octal 336 334 32 0 1 130 15 73 117 61
Binary 11011110 11011100 11010 0 1 1011000 1101 111011 1001111 110001

Color Harmonies of #DEDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC1A

Black with #DEDC1A

Text Example


Text Example

White with #DEDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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