Html Css Color HEX #DEDC08 Barberry

📋 copy color: '#DEDC08'

red 222 ◦ green 220 ◦ blue 8

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

Shades of Barberry #DEDC08

Tints of Barberry #DEDC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 49.33%
G = 48.89%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEDC08 (or 0xDEDC08) is known color: Barberry. HEX triplet: DE, DC and 08. RGB value is (222,220,8). Sum of RGB (Red+Green+Blue) = 222+220+8=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEDC08 is #2123F7. Grayscale: #C5C5C5. Windows color (decimal): -2171896 or 580830. OLE color: 580830.

HSL color Cylindrical-coordinate representation of color #DEDC08: hue angle of 59.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DEDC08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 8 -
CMYK 0 0.01 0.96 0.13
HSL 59.44º 0.93% 0.45% -
HSV(B) 59.44º 0.96% 0.87% -
XYZ 55.76 66.73 10.17 -
YUV 196.43 21.66 146.24 -
System Red Green Blue C M Y K H S L
Decimal 222 220 8 0 0.01 0.96 0.13 59.44 0.93 0.45
Hex DE DC 8 0 1 60 D 3B 5D 2D
Octal 336 334 10 0 1 140 15 73 135 55
Binary 11011110 11011100 1000 0 1 1100000 1101 111011 1011101 101101

Color Harmonies of #DEDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC08

Black with #DEDC08

Text Example


Text Example

White with #DEDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC08; }

 p { color: rgb(222,220,8); }

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

background-color css

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

 a { background-color: rgb(222,220,8); }

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

border-color css

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

 span { border-color: rgb(222,220,8); }

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