Html Css Color HEX #DED023 Barberry

📋 copy color: '#DED023'

red 222 ◦ green 208 ◦ blue 35

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

Shades of Barberry #DED023

Tints of Barberry #DED023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

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

R = 47.74%
G = 44.73%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DED023 (or 0xDED023) is known color: Barberry. HEX triplet: DE, D0 and 23. RGB value is (222,208,35). Sum of RGB (Red+Green+Blue) = 222+208+35=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED023 is #212FDC. Grayscale: #C1C1C1. Windows color (decimal): -2174941 or 2347230. OLE color: 2347230.

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

Color convert

RGB 222 208 35 -
CMYK 0 0.06 0.84 0.13
HSL 55.51º 0.74% 0.5% -
HSV(B) 55.51º 0.84% 0.87% -
XYZ 52.98 60.76 10.53 -
YUV 192.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 222 208 35 0 0.06 0.84 0.13 55.51 0.74 0.5
Hex DE D0 23 0 6 54 D 38 4A 32
Octal 336 320 43 0 6 124 15 70 112 62
Binary 11011110 11010000 100011 0 110 1010100 1101 111000 1001010 110010

Color Harmonies of #DED023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED023

Black with #DED023

Text Example


Text Example

White with #DED023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED023; }

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

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

background-color css

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

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

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

border-color css

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

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

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