Html Css Color HEX #D6D912 Barberry

📋 copy color: '#D6D912'

red 214 ◦ green 217 ◦ blue 18

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

Shades of Barberry #D6D912

Tints of Barberry #D6D912

RGB

 RED value IS 214 (83.98% from 255) = 47.66%

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 47.66%
G = 48.33%
B = 4.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D6D912 (or 0xD6D912) is known color: Barberry. HEX triplet: D6, D9 and 12. RGB value is (214,217,18). Sum of RGB (Red+Green+Blue) = 214+217+18=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D912 is #2926ED. Grayscale: #C2C2C2. Windows color (decimal): -2696942 or 1235414. OLE color: 1235414.

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

Color convert

RGB 214 217 18 -
CMYK 0.01 0 0.92 0.15
HSL 60.9º 0.85% 0.46% -
HSV(B) 60.9º 0.92% 0.85% -
XYZ 52.65 63.97 10.14 -
YUV 193.42 29.01 142.68 -
System Red Green Blue C M Y K H S L
Decimal 214 217 18 0.01 0 0.92 0.15 60.9 0.85 0.46
Hex D6 D9 12 1 0 5C F 3D 55 2E
Octal 326 331 22 1 0 134 17 75 125 56
Binary 11010110 11011001 10010 1 0 1011100 1111 111101 1010101 101110

Color Harmonies of #D6D912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D912

Black with #D6D912

Text Example


Text Example

White with #D6D912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D912; }

 p { color: rgb(214,217,18); }

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

background-color css

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

 a { background-color: rgb(214,217,18); }

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

border-color css

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

 span { border-color: rgb(214,217,18); }

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