Html Css Color HEX #D8D412 Barberry

📋 copy color: '#D8D412'

red 216 ◦ green 212 ◦ blue 18

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

Shades of Barberry #D8D412

Tints of Barberry #D8D412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.53%

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

R = 48.43%
G = 47.53%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8D412 (or 0xD8D412) is known color: Barberry. HEX triplet: D8, D4 and 12. RGB value is (216,212,18). Sum of RGB (Red+Green+Blue) = 216+212+18=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D412 is #272BED. Grayscale: #BFBFBF. Windows color (decimal): -2567150 or 1234136. OLE color: 1234136.

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

Color convert

RGB 216 212 18 -
CMYK 0 0.02 0.92 0.15
HSL 58.79º 0.85% 0.46% -
HSV(B) 58.79º 0.92% 0.85% -
XYZ 51.97 61.73 9.75 -
YUV 191.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 216 212 18 0 0.02 0.92 0.15 58.79 0.85 0.46
Hex D8 D4 12 0 2 5C F 3B 55 2E
Octal 330 324 22 0 2 134 17 73 125 56
Binary 11011000 11010100 10010 0 10 1011100 1111 111011 1010101 101110

Color Harmonies of #D8D412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D412

Black with #D8D412

Text Example


Text Example

White with #D8D412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D412; }

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

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

background-color css

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

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

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

border-color css

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

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

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