Html Css Color HEX #D8DC0B Barberry

📋 copy color: '#D8DC0B'

red 216 ◦ green 220 ◦ blue 11

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

Shades of Barberry #D8DC0B

Tints of Barberry #D8DC0B

RGB

 RED value IS 216 (84.77% from 255) = 48.32%

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

 BLUE value IS 11 (4.69% from 255) = 2.46%

R = 48.32%
G = 49.22%
B = 2.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#D8DC0B (or 0xD8DC0B) is known color: Barberry. HEX triplet: D8, DC and 0B. RGB value is (216,220,11). Sum of RGB (Red+Green+Blue) = 216+220+11=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8DC0B is #2723F4. Grayscale: #C3C3C3. Windows color (decimal): -2565109 or 777432. OLE color: 777432.

HSL color Cylindrical-coordinate representation of color #D8DC0B: hue angle of 61.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8DC0B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 11 -
CMYK 0.02 0 0.95 0.14
HSL 61.15º 0.9% 0.45% -
HSV(B) 61.15º 0.95% 0.86% -
XYZ 53.97 65.81 10.17 -
YUV 194.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 216 220 11 0.02 0 0.95 0.14 61.15 0.9 0.45
Hex D8 DC B 2 0 5F E 3D 5A 2D
Octal 330 334 13 2 0 137 16 75 132 55
Binary 11011000 11011100 1011 10 0 1011111 1110 111101 1011010 101101

Color Harmonies of #D8DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DC0B

Black with #D8DC0B

Text Example


Text Example

White with #D8DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DC0B; }

 p { color: rgb(216,220,11); }

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

background-color css

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

 a { background-color: rgb(216,220,11); }

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

border-color css

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

 span { border-color: rgb(216,220,11); }

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