Html Css Color HEX #D0DC11 Barberry

📋 copy color: '#D0DC11'

red 208 ◦ green 220 ◦ blue 17

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

Shades of Barberry #D0DC11

Tints of Barberry #D0DC11

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

 BLUE value IS 17 (7.03% from 255) = 3.82%

R = 46.74%
G = 49.44%
B = 3.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#D0DC11 (or 0xD0DC11) is known color: Barberry. HEX triplet: D0, DC and 11. RGB value is (208,220,17). Sum of RGB (Red+Green+Blue) = 208+220+17=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DC11 is #2F23EE. Grayscale: #C2C2C2. Windows color (decimal): -3089391 or 1170640. OLE color: 1170640.

HSL color Cylindrical-coordinate representation of color #D0DC11: hue angle of 63.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0DC11 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 17 -
CMYK 0.05 0 0.92 0.14
HSL 63.55º 0.86% 0.46% -
HSV(B) 63.55º 0.92% 0.86% -
XYZ 51.71 64.64 10.28 -
YUV 193.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 208 220 17 0.05 0 0.92 0.14 63.55 0.86 0.46
Hex D0 DC 11 5 0 5C E 40 56 2E
Octal 320 334 21 5 0 134 16 100 126 56
Binary 11010000 11011100 10001 101 0 1011100 1110 1000000 1010110 101110

Color Harmonies of #D0DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC11

Black with #D0DC11

Text Example


Text Example

White with #D0DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC11; }

 p { color: rgb(208,220,17); }

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

background-color css

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

 a { background-color: rgb(208,220,17); }

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

border-color css

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

 span { border-color: rgb(208,220,17); }

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