Html Css Color HEX #D6D31D Barberry

📋 copy color: '#D6D31D'

red 214 ◦ green 211 ◦ blue 29

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

Shades of Barberry #D6D31D

Tints of Barberry #D6D31D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 29 (11.72% from 255) = 6.39%

R = 47.14%
G = 46.48%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6D31D (or 0xD6D31D) is known color: Barberry. HEX triplet: D6, D3 and 1D. RGB value is (214,211,29). Sum of RGB (Red+Green+Blue) = 214+211+29=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D31D is #292CE2. Grayscale: #BFBFBF. Windows color (decimal): -2698467 or 1954774. OLE color: 1954774.

HSL color Cylindrical-coordinate representation of color #D6D31D: hue angle of 59.03º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6D31D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 211 29 -
CMYK 0 0.01 0.86 0.16
HSL 59.03º 0.76% 0.48% -
HSV(B) 59.03º 0.86% 0.84% -
XYZ 51.25 60.97 10.23 -
YUV 191.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 214 211 29 0 0.01 0.86 0.16 59.03 0.76 0.48
Hex D6 D3 1D 0 1 56 10 3B 4C 30
Octal 326 323 35 0 1 126 20 73 114 60
Binary 11010110 11010011 11101 0 1 1010110 10000 111011 1001100 110000

Color Harmonies of #D6D31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D31D

Black with #D6D31D

Text Example


Text Example

White with #D6D31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D31D; }

 p { color: rgb(214,211,29); }

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

background-color css

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

 a { background-color: rgb(214,211,29); }

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

border-color css

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

 span { border-color: rgb(214,211,29); }

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