Html Css Color HEX #DED41F Barberry

📋 copy color: '#DED41F'

red 222 ◦ green 212 ◦ blue 31

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

Shades of Barberry #DED41F

Tints of Barberry #DED41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.67%

R = 47.74%
G = 45.59%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED41F (or 0xDED41F) is known color: Barberry. HEX triplet: DE, D4 and 1F. RGB value is (222,212,31). Sum of RGB (Red+Green+Blue) = 222+212+31=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DED41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED41F is #212BE0. Grayscale: #C3C3C3. Windows color (decimal): -2173921 or 2086110. OLE color: 2086110.

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

Color convert

RGB 222 212 31 -
CMYK 0 0.05 0.86 0.13
HSL 56.86º 0.75% 0.5% -
HSV(B) 56.86º 0.86% 0.87% -
XYZ 53.92 62.72 10.56 -
YUV 194.36 35.81 147.72 -
System Red Green Blue C M Y K H S L
Decimal 222 212 31 0 0.05 0.86 0.13 56.86 0.75 0.5
Hex DE D4 1F 0 5 56 D 39 4B 32
Octal 336 324 37 0 5 126 15 71 113 62
Binary 11011110 11010100 11111 0 101 1010110 1101 111001 1001011 110010

Color Harmonies of #DED41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED41F

Black with #DED41F

Text Example


Text Example

White with #DED41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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