Html Css Color HEX #DED50F Barberry

📋 copy color: '#DED50F'

red 222 ◦ green 213 ◦ blue 15

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

Shades of Barberry #DED50F

Tints of Barberry #DED50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 49.33%
G = 47.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DED50F (or 0xDED50F) is known color: Barberry. HEX triplet: DE, D5 and 0F. RGB value is (222,213,15). Sum of RGB (Red+Green+Blue) = 222+213+15=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED50F is #212AF0. Grayscale: #C1C1C1. Windows color (decimal): -2173681 or 1037790. OLE color: 1037790.

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

Color convert

RGB 222 213 15 -
CMYK 0 0.04 0.93 0.13
HSL 57.39º 0.87% 0.46% -
HSV(B) 57.39º 0.93% 0.87% -
XYZ 54 63.15 9.8 -
YUV 193.12 27.48 148.6 -
System Red Green Blue C M Y K H S L
Decimal 222 213 15 0 0.04 0.93 0.13 57.39 0.87 0.46
Hex DE D5 F 0 4 5D D 39 57 2E
Octal 336 325 17 0 4 135 15 71 127 56
Binary 11011110 11010101 1111 0 100 1011101 1101 111001 1010111 101110

Color Harmonies of #DED50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED50F

Black with #DED50F

Text Example


Text Example

White with #DED50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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