Html Css Color HEX #DED51C Barberry

📋 copy color: '#DED51C'

red 222 ◦ green 213 ◦ blue 28

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

Shades of Barberry #DED51C

Tints of Barberry #DED51C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 28 (11.33% from 255) = 6.05%

R = 47.95%
G = 46%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DED51C (or 0xDED51C) is known color: Barberry. HEX triplet: DE, D5 and 1C. RGB value is (222,213,28). Sum of RGB (Red+Green+Blue) = 222+213+28=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DED51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED51C is #212AE3. Grayscale: #C3C3C3. Windows color (decimal): -2173668 or 1889758. OLE color: 1889758.

HSL color Cylindrical-coordinate representation of color #DED51C: hue angle of 57.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DED51C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 28 -
CMYK 0 0.04 0.87 0.13
HSL 57.22º 0.78% 0.49% -
HSV(B) 57.22º 0.87% 0.87% -
XYZ 54.13 63.2 10.44 -
YUV 194.6 33.98 147.54 -
System Red Green Blue C M Y K H S L
Decimal 222 213 28 0 0.04 0.87 0.13 57.22 0.78 0.49
Hex DE D5 1C 0 4 57 D 39 4E 31
Octal 336 325 34 0 4 127 15 71 116 61
Binary 11011110 11010101 11100 0 100 1010111 1101 111001 1001110 110001

Color Harmonies of #DED51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED51C

Black with #DED51C

Text Example


Text Example

White with #DED51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED51C; }

 p { color: rgb(222,213,28); }

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

background-color css

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

 a { background-color: rgb(222,213,28); }

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

border-color css

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

 span { border-color: rgb(222,213,28); }

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