Html Css Color HEX #DED70D Barberry

📋 copy color: '#DED70D'

red 222 ◦ green 215 ◦ blue 13

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

Shades of Barberry #DED70D

Tints of Barberry #DED70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 49.33%
G = 47.78%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DED70D (or 0xDED70D) is known color: Barberry. HEX triplet: DE, D7 and 0D. RGB value is (222,215,13). Sum of RGB (Red+Green+Blue) = 222+215+13=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DED70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED70D is #2128F2. Grayscale: #C2C2C2. Windows color (decimal): -2173171 or 907230. OLE color: 907230.

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

Color convert

RGB 222 215 13 -
CMYK 0 0.03 0.94 0.13
HSL 57.99º 0.89% 0.46% -
HSV(B) 57.99º 0.94% 0.87% -
XYZ 54.5 64.16 9.89 -
YUV 194.07 25.82 147.93 -
System Red Green Blue C M Y K H S L
Decimal 222 215 13 0 0.03 0.94 0.13 57.99 0.89 0.46
Hex DE D7 D 0 3 5E D 3A 59 2E
Octal 336 327 15 0 3 136 15 72 131 56
Binary 11011110 11010111 1101 0 11 1011110 1101 111010 1011001 101110

Color Harmonies of #DED70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED70D

Black with #DED70D

Text Example


Text Example

White with #DED70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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