Html Css Color HEX #D6DA12 Barberry

📋 copy color: '#D6DA12'

red 214 ◦ green 218 ◦ blue 18

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

Shades of Barberry #D6DA12

Tints of Barberry #D6DA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

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

R = 47.56%
G = 48.44%
B = 4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D6DA12 (or 0xD6DA12) is known color: Barberry. HEX triplet: D6, DA and 12. RGB value is (214,218,18). Sum of RGB (Red+Green+Blue) = 214+218+18=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DA12 is #2925ED. Grayscale: #C2C2C2. Windows color (decimal): -2696686 or 1235670. OLE color: 1235670.

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

Color convert

RGB 214 218 18 -
CMYK 0.02 0 0.92 0.15
HSL 61.2º 0.85% 0.46% -
HSV(B) 61.2º 0.92% 0.85% -
XYZ 52.91 64.48 10.23 -
YUV 194 28.67 142.26 -
System Red Green Blue C M Y K H S L
Decimal 214 218 18 0.02 0 0.92 0.15 61.2 0.85 0.46
Hex D6 DA 12 2 0 5C F 3D 55 2E
Octal 326 332 22 2 0 134 17 75 125 56
Binary 11010110 11011010 10010 10 0 1011100 1111 111101 1010101 101110

Color Harmonies of #D6DA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA12

Black with #D6DA12

Text Example


Text Example

White with #D6DA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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