Html Css Color HEX #DED71A Barberry

📋 copy color: '#DED71A'

red 222 ◦ green 215 ◦ blue 26

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

Shades of Barberry #DED71A

Tints of Barberry #DED71A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.44%

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

R = 47.95%
G = 46.44%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED71A (or 0xDED71A) is known color: Barberry. HEX triplet: DE, D7 and 1A. RGB value is (222,215,26). Sum of RGB (Red+Green+Blue) = 222+215+26=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED71A is #2128E5. Grayscale: #C4C4C4. Windows color (decimal): -2173158 or 1759198. OLE color: 1759198.

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

Color convert

RGB 222 215 26 -
CMYK 0 0.03 0.88 0.13
HSL 57.86º 0.79% 0.49% -
HSV(B) 57.86º 0.88% 0.87% -
XYZ 54.61 64.21 10.49 -
YUV 195.55 32.32 146.87 -
System Red Green Blue C M Y K H S L
Decimal 222 215 26 0 0.03 0.88 0.13 57.86 0.79 0.49
Hex DE D7 1A 0 3 58 D 3A 4F 31
Octal 336 327 32 0 3 130 15 72 117 61
Binary 11011110 11010111 11010 0 11 1011000 1101 111010 1001111 110001

Color Harmonies of #DED71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED71A

Black with #DED71A

Text Example


Text Example

White with #DED71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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