Html Css Color HEX #D8D80D Barberry

📋 copy color: '#D8D80D'

red 216 ◦ green 216 ◦ blue 13

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

Shades of Barberry #D8D80D

Tints of Barberry #D8D80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.92%

R = 48.54%
G = 48.54%
B = 2.92%

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

#D8D80D (or 0xD8D80D) is known color: Barberry. HEX triplet: D8, D8 and 0D. RGB value is (216,216,13). Sum of RGB (Red+Green+Blue) = 216+216+13=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D80D is #2727F2. Grayscale: #C1C1C1. Windows color (decimal): -2566131 or 907480. OLE color: 907480.

HSL color Cylindrical-coordinate representation of color #D8D80D: 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 #D8D80D is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 216 13 -
CMYK 0 0 0.94 0.15
HSL 60º 0.89% 0.45% -
HSV(B) 60º 0.94% 0.85% -
XYZ 52.95 63.74 9.89 -
YUV 192.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 216 216 13 0 0 0.94 0.15 60 0.89 0.45
Hex D8 D8 D 0 0 5E F 3C 59 2D
Octal 330 330 15 0 0 136 17 74 131 55
Binary 11011000 11011000 1101 0 0 1011110 1111 111100 1011001 101101

Color Harmonies of #D8D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D80D

Black with #D8D80D

Text Example


Text Example

White with #D8D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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