Html Css Color HEX #DED325 Barberry

📋 copy color: '#DED325'

red 222 ◦ green 211 ◦ blue 37

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

Shades of Barberry #DED325

Tints of Barberry #DED325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.89%

 BLUE value IS 37 (14.84% from 255) = 7.87%

R = 47.23%
G = 44.89%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DED325 (or 0xDED325) is known color: Barberry. HEX triplet: DE, D3 and 25. RGB value is (222,211,37). Sum of RGB (Red+Green+Blue) = 222+211+37=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DED325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED325 is #212CDA. Grayscale: #C3C3C3. Windows color (decimal): -2174171 or 2479070. OLE color: 2479070.

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

Color convert

RGB 222 211 37 -
CMYK 0 0.05 0.83 0.13
HSL 56.43º 0.74% 0.51% -
HSV(B) 56.43º 0.83% 0.87% -
XYZ 53.75 62.25 10.93 -
YUV 194.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 222 211 37 0 0.05 0.83 0.13 56.43 0.74 0.51
Hex DE D3 25 0 5 53 D 38 4A 33
Octal 336 323 45 0 5 123 15 70 112 63
Binary 11011110 11010011 100101 0 101 1010011 1101 111000 1001010 110011

Color Harmonies of #DED325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED325

Black with #DED325

Text Example


Text Example

White with #DED325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED325; }

 p { color: rgb(222,211,37); }

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

background-color css

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

 a { background-color: rgb(222,211,37); }

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

border-color css

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

 span { border-color: rgb(222,211,37); }

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