Html Css Color HEX #DED61A Barberry

📋 copy color: '#DED61A'

red 222 ◦ green 214 ◦ blue 26

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

Shades of Barberry #DED61A

Tints of Barberry #DED61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.63%

R = 48.05%
G = 46.32%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DED61A (or 0xDED61A) is known color: Barberry. HEX triplet: DE, D6 and 1A. RGB value is (222,214,26). Sum of RGB (Red+Green+Blue) = 222+214+26=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 222 - color contains mainly: red. Hex color #DED61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED61A is #2129E5. Grayscale: #C3C3C3. Windows color (decimal): -2173414 or 1758942. OLE color: 1758942.

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

Color convert

RGB 222 214 26 -
CMYK 0 0.04 0.88 0.13
HSL 57.55º 0.79% 0.49% -
HSV(B) 57.55º 0.88% 0.87% -
XYZ 54.36 63.7 10.41 -
YUV 194.96 32.65 147.29 -
System Red Green Blue C M Y K H S L
Decimal 222 214 26 0 0.04 0.88 0.13 57.55 0.79 0.49
Hex DE D6 1A 0 4 58 D 3A 4F 31
Octal 336 326 32 0 4 130 15 72 117 61
Binary 11011110 11010110 11010 0 100 1011000 1101 111010 1001111 110001

Color Harmonies of #DED61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED61A

Black with #DED61A

Text Example


Text Example

White with #DED61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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