Html Css Color HEX #D8D012 Barberry

📋 copy color: '#D8D012'

red 216 ◦ green 208 ◦ blue 18

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

Shades of Barberry #D8D012

Tints of Barberry #D8D012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 48.87%
G = 47.06%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8D012 (or 0xD8D012) is known color: Barberry. HEX triplet: D8, D0 and 12. RGB value is (216,208,18). Sum of RGB (Red+Green+Blue) = 216+208+18=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D012 is #272FED. Grayscale: #BDBDBD. Windows color (decimal): -2568174 or 1233112. OLE color: 1233112.

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

Color convert

RGB 216 208 18 -
CMYK 0 0.04 0.92 0.15
HSL 57.58º 0.85% 0.46% -
HSV(B) 57.58º 0.92% 0.85% -
XYZ 50.98 59.75 9.42 -
YUV 188.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 216 208 18 0 0.04 0.92 0.15 57.58 0.85 0.46
Hex D8 D0 12 0 4 5C F 3A 55 2E
Octal 330 320 22 0 4 134 17 72 125 56
Binary 11011000 11010000 10010 0 100 1011100 1111 111010 1010101 101110

Color Harmonies of #D8D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D012

Black with #D8D012

Text Example


Text Example

White with #D8D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D012; }

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

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

background-color css

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

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

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

border-color css

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

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

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