Html Css Color HEX #D6D11C Barberry

📋 copy color: '#D6D11C'

red 214 ◦ green 209 ◦ blue 28

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

Shades of Barberry #D6D11C

Tints of Barberry #D6D11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

 BLUE value IS 28 (11.33% from 255) = 6.21%

R = 47.45%
G = 46.34%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6D11C (or 0xD6D11C) is known color: Barberry. HEX triplet: D6, D1 and 1C. RGB value is (214,209,28). Sum of RGB (Red+Green+Blue) = 214+209+28=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 28 (11.33% from 255 or 6.21% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D11C is #292EE3. Grayscale: #BEBEBE. Windows color (decimal): -2698980 or 1888726. OLE color: 1888726.

HSL color Cylindrical-coordinate representation of color #D6D11C: hue angle of 58.39º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6D11C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 209 28 -
CMYK 0 0.02 0.87 0.16
HSL 58.39º 0.77% 0.47% -
HSV(B) 58.39º 0.87% 0.84% -
XYZ 50.74 59.98 10 -
YUV 189.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 214 209 28 0 0.02 0.87 0.16 58.39 0.77 0.47
Hex D6 D1 1C 0 2 57 10 3A 4D 2F
Octal 326 321 34 0 2 127 20 72 115 57
Binary 11010110 11010001 11100 0 10 1010111 10000 111010 1001101 101111

Color Harmonies of #D6D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D11C

Black with #D6D11C

Text Example


Text Example

White with #D6D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D11C; }

 p { color: rgb(214,209,28); }

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

background-color css

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

 a { background-color: rgb(214,209,28); }

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

border-color css

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

 span { border-color: rgb(214,209,28); }

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