Html Css Color HEX #D8D80C Barberry

📋 copy color: '#D8D80C'

red 216 ◦ green 216 ◦ blue 12

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

Shades of Barberry #D8D80C

Tints of Barberry #D8D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 48.65%
G = 48.65%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8D80C (or 0xD8D80C) is known color: Barberry. HEX triplet: D8, D8 and 0C. RGB value is (216,216,12). Sum of RGB (Red+Green+Blue) = 216+216+12=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D80C is #2727F3. Grayscale: #C1C1C1. Windows color (decimal): -2566132 or 841944. OLE color: 841944.

HSL color Cylindrical-coordinate representation of color #D8D80C: hue angle of 60º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D80C is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 216 12 -
CMYK 0 0 0.94 0.15
HSL 60º 0.89% 0.45% -
HSV(B) 60º 0.94% 0.85% -
XYZ 52.94 63.74 9.86 -
YUV 192.74 26 144.59 -
System Red Green Blue C M Y K H S L
Decimal 216 216 12 0 0 0.94 0.15 60 0.89 0.45
Hex D8 D8 C 0 0 5E F 3C 59 2D
Octal 330 330 14 0 0 136 17 74 131 55
Binary 11011000 11011000 1100 0 0 1011110 1111 111100 1011001 101101

Color Harmonies of #D8D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D80C

Black with #D8D80C

Text Example


Text Example

White with #D8D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D80C; }

 p { color: rgb(216,216,12); }

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

background-color css

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

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

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

border-color css

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

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

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