Html Css Color HEX #D8D018 Barberry

📋 copy color: '#D8D018'

red 216 ◦ green 208 ◦ blue 24

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

Shades of Barberry #D8D018

Tints of Barberry #D8D018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 24 (9.77% from 255) = 5.36%

R = 48.21%
G = 46.43%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8D018 (or 0xD8D018) is known color: Barberry. HEX triplet: D8, D0 and 18. RGB value is (216,208,24). Sum of RGB (Red+Green+Blue) = 216+208+24=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D018 is #272FE7. Grayscale: #BEBEBE. Windows color (decimal): -2568168 or 1626328. OLE color: 1626328.

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

Color convert

RGB 216 208 24 -
CMYK 0 0.04 0.89 0.15
HSL 57.5º 0.8% 0.47% -
HSV(B) 57.5º 0.89% 0.85% -
XYZ 51.04 59.78 9.71 -
YUV 189.42 34.65 146.96 -
System Red Green Blue C M Y K H S L
Decimal 216 208 24 0 0.04 0.89 0.15 57.5 0.8 0.47
Hex D8 D0 18 0 4 59 F 3A 50 2F
Octal 330 320 30 0 4 131 17 72 120 57
Binary 11011000 11010000 11000 0 100 1011001 1111 111010 1010000 101111

Color Harmonies of #D8D018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D018

Black with #D8D018

Text Example


Text Example

White with #D8D018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D018; }

 p { color: rgb(216,208,24); }

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

background-color css

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

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

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

border-color css

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

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

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