Html Css Color HEX #DED423 Barberry

📋 copy color: '#DED423'

red 222 ◦ green 212 ◦ blue 35

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

Shades of Barberry #DED423

Tints of Barberry #DED423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.2%

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 47.33%
G = 45.2%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED423 (or 0xDED423) is known color: Barberry. HEX triplet: DE, D4 and 23. RGB value is (222,212,35). Sum of RGB (Red+Green+Blue) = 222+212+35=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DED423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED423 is #212BDC. Grayscale: #C3C3C3. Windows color (decimal): -2173917 or 2348254. OLE color: 2348254.

HSL color Cylindrical-coordinate representation of color #DED423: hue angle of 56.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DED423 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 35 -
CMYK 0 0.05 0.84 0.13
HSL 56.79º 0.74% 0.5% -
HSV(B) 56.79º 0.84% 0.87% -
XYZ 53.97 62.74 10.86 -
YUV 194.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 222 212 35 0 0.05 0.84 0.13 56.79 0.74 0.5
Hex DE D4 23 0 5 54 D 39 4A 32
Octal 336 324 43 0 5 124 15 71 112 62
Binary 11011110 11010100 100011 0 101 1010100 1101 111001 1001010 110010

Color Harmonies of #DED423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED423

Black with #DED423

Text Example


Text Example

White with #DED423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED423; }

 p { color: rgb(222,212,35); }

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

background-color css

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

 a { background-color: rgb(222,212,35); }

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

border-color css

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

 span { border-color: rgb(222,212,35); }

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