Html Css Color HEX #DED70F Barberry

📋 copy color: '#DED70F'

red 222 ◦ green 215 ◦ blue 15

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

Shades of Barberry #DED70F

Tints of Barberry #DED70F

RGB

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

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

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

R = 49.12%
G = 47.57%
B = 3.32%

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

#DED70F (or 0xDED70F) is known color: Barberry. HEX triplet: DE, D7 and 0F. RGB value is (222,215,15). Sum of RGB (Red+Green+Blue) = 222+215+15=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DED70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED70F is #2128F0. Grayscale: #C3C3C3. Windows color (decimal): -2173169 or 1038302. OLE color: 1038302.

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

Color convert

RGB 222 215 15 -
CMYK 0 0.03 0.93 0.13
HSL 57.97º 0.87% 0.46% -
HSV(B) 57.97º 0.93% 0.87% -
XYZ 54.51 64.16 9.96 -
YUV 194.29 26.82 147.76 -
System Red Green Blue C M Y K H S L
Decimal 222 215 15 0 0.03 0.93 0.13 57.97 0.87 0.46
Hex DE D7 F 0 3 5D D 3A 57 2E
Octal 336 327 17 0 3 135 15 72 127 56
Binary 11011110 11010111 1111 0 11 1011101 1101 111010 1010111 101110

Color Harmonies of #DED70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED70F

Black with #DED70F

Text Example


Text Example

White with #DED70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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