Html Css Color HEX #D8D618 Barberry

📋 copy color: '#D8D618'

red 216 ◦ green 214 ◦ blue 24

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

Shades of Barberry #D8D618

Tints of Barberry #D8D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

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

R = 47.58%
G = 47.14%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8D618 (or 0xD8D618) is known color: Barberry. HEX triplet: D8, D6 and 18. RGB value is (216,214,24). Sum of RGB (Red+Green+Blue) = 216+214+24=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 24 (9.77% from 255 or 5.29% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D618 is #2729E7. Grayscale: #C1C1C1. Windows color (decimal): -2566632 or 1627864. OLE color: 1627864.

HSL color Cylindrical-coordinate representation of color #D8D618: hue angle of 59.38º 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 #D8D618 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 24 -
CMYK 0 0.01 0.89 0.15
HSL 59.38º 0.8% 0.47% -
HSV(B) 59.38º 0.89% 0.85% -
XYZ 52.53 62.76 10.21 -
YUV 192.94 32.66 144.45 -
System Red Green Blue C M Y K H S L
Decimal 216 214 24 0 0.01 0.89 0.15 59.38 0.8 0.47
Hex D8 D6 18 0 1 59 F 3B 50 2F
Octal 330 326 30 0 1 131 17 73 120 57
Binary 11011000 11010110 11000 0 1 1011001 1111 111011 1010000 101111

Color Harmonies of #D8D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D618

Black with #D8D618

Text Example


Text Example

White with #D8D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D618; }

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

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

background-color css

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

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

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

border-color css

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

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

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