Html Css Color HEX #D6D31C Barberry

📋 copy color: '#D6D31C'

red 214 ◦ green 211 ◦ blue 28

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

Shades of Barberry #D6D31C

Tints of Barberry #D6D31C

RGB

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

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

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

R = 47.24%
G = 46.58%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6D31C (or 0xD6D31C) is known color: Barberry. HEX triplet: D6, D3 and 1C. RGB value is (214,211,28). Sum of RGB (Red+Green+Blue) = 214+211+28=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D31C is #292CE3. Grayscale: #BFBFBF. Windows color (decimal): -2698468 or 1889238. OLE color: 1889238.

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

Color convert

RGB 214 211 28 -
CMYK 0 0.01 0.87 0.16
HSL 59.03º 0.77% 0.47% -
HSV(B) 59.03º 0.87% 0.84% -
XYZ 51.24 60.97 10.17 -
YUV 191.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 214 211 28 0 0.01 0.87 0.16 59.03 0.77 0.47
Hex D6 D3 1C 0 1 57 10 3B 4D 2F
Octal 326 323 34 0 1 127 20 73 115 57
Binary 11010110 11010011 11100 0 1 1010111 10000 111011 1001101 101111

Color Harmonies of #D6D31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D31C

Black with #D6D31C

Text Example


Text Example

White with #D6D31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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