Html Css Color HEX #DED80F Barberry

📋 copy color: '#DED80F'

red 222 ◦ green 216 ◦ blue 15

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

Shades of Barberry #DED80F

Tints of Barberry #DED80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

 BLUE value IS 15 (6.25% from 255) = 3.31%

R = 49.01%
G = 47.68%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED80F (or 0xDED80F) is known color: Barberry. HEX triplet: DE, D8 and 0F. RGB value is (222,216,15). Sum of RGB (Red+Green+Blue) = 222+216+15=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80F is #2127F0. Grayscale: #C3C3C3. Windows color (decimal): -2172913 or 1038558. OLE color: 1038558.

HSL color Cylindrical-coordinate representation of color #DED80F: hue angle of 58.26º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DED80F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 15 -
CMYK 0 0.03 0.93 0.13
HSL 58.26º 0.87% 0.46% -
HSV(B) 58.26º 0.93% 0.87% -
XYZ 54.77 64.68 10.05 -
YUV 194.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 222 216 15 0 0.03 0.93 0.13 58.26 0.87 0.46
Hex DE D8 F 0 3 5D D 3A 57 2E
Octal 336 330 17 0 3 135 15 72 127 56
Binary 11011110 11011000 1111 0 11 1011101 1101 111010 1010111 101110

Color Harmonies of #DED80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED80F

Black with #DED80F

Text Example


Text Example

White with #DED80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED80F; }

 p { color: rgb(222,216,15); }

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

background-color css

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

 a { background-color: rgb(222,216,15); }

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

border-color css

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

 span { border-color: rgb(222,216,15); }

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