Html Css Color HEX #DED61E Barberry

📋 copy color: '#DED61E'

red 222 ◦ green 214 ◦ blue 30

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

Shades of Barberry #DED61E

Tints of Barberry #DED61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.44%

R = 47.64%
G = 45.92%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DED61E (or 0xDED61E) is known color: Barberry. HEX triplet: DE, D6 and 1E. RGB value is (222,214,30). Sum of RGB (Red+Green+Blue) = 222+214+30=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DED61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED61E is #2129E1. Grayscale: #C4C4C4. Windows color (decimal): -2173410 or 2021086. OLE color: 2021086.

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

Color convert

RGB 222 214 30 -
CMYK 0 0.04 0.86 0.13
HSL 57.5º 0.76% 0.49% -
HSV(B) 57.5º 0.86% 0.87% -
XYZ 54.41 63.72 10.66 -
YUV 195.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 222 214 30 0 0.04 0.86 0.13 57.5 0.76 0.49
Hex DE D6 1E 0 4 56 D 3A 4C 31
Octal 336 326 36 0 4 126 15 72 114 61
Binary 11011110 11010110 11110 0 100 1010110 1101 111010 1001100 110001

Color Harmonies of #DED61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED61E

Black with #DED61E

Text Example


Text Example

White with #DED61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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