Html Css Color HEX #DED61C Barberry

📋 copy color: '#DED61C'

red 222 ◦ green 214 ◦ blue 28

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

Shades of Barberry #DED61C

Tints of Barberry #DED61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

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

R = 47.84%
G = 46.12%
B = 6.03%

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

#DED61C (or 0xDED61C) is known color: Barberry. HEX triplet: DE, D6 and 1C. RGB value is (222,214,28). Sum of RGB (Red+Green+Blue) = 222+214+28=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DED61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED61C is #2129E3. Grayscale: #C3C3C3. Windows color (decimal): -2173412 or 1890014. OLE color: 1890014.

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

Color convert

RGB 222 214 28 -
CMYK 0 0.04 0.87 0.13
HSL 57.53º 0.78% 0.49% -
HSV(B) 57.53º 0.87% 0.87% -
XYZ 54.38 63.71 10.53 -
YUV 195.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 222 214 28 0 0.04 0.87 0.13 57.53 0.78 0.49
Hex DE D6 1C 0 4 57 D 3A 4E 31
Octal 336 326 34 0 4 127 15 72 116 61
Binary 11011110 11010110 11100 0 100 1010111 1101 111010 1001110 110001

Color Harmonies of #DED61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED61C

Black with #DED61C

Text Example


Text Example

White with #DED61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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