Html Css Color HEX #D6D71F Barberry

📋 copy color: '#D6D71F'

red 214 ◦ green 215 ◦ blue 31

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

Shades of Barberry #D6D71F

Tints of Barberry #D6D71F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

 BLUE value IS 31 (12.5% from 255) = 6.74%

R = 46.52%
G = 46.74%
B = 6.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6D71F (or 0xD6D71F) is known color: Barberry. HEX triplet: D6, D7 and 1F. RGB value is (214,215,31). Sum of RGB (Red+Green+Blue) = 214+215+31=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D71F is #2928E0. Grayscale: #C2C2C2. Windows color (decimal): -2697441 or 2086870. OLE color: 2086870.

HSL color Cylindrical-coordinate representation of color #D6D71F: hue angle of 60.33º degrees, saturation: 0.75, 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 #D6D71F is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 31 -
CMYK 0.00 0 0.86 0.16
HSL 60.33º 0.75% 0.48% -
HSV(B) 60.33º 0.86% 0.84% -
XYZ 52.28 63 10.7 -
YUV 193.73 36.17 142.46 -
System Red Green Blue C M Y K H S L
Decimal 214 215 31 0.00 0 0.86 0.16 60.33 0.75 0.48
Hex D6 D7 1F 0 0 56 10 3C 4B 30
Octal 326 327 37 0 0 126 20 74 113 60
Binary 11010110 11010111 11111 0 0 1010110 10000 111100 1001011 110000

Color Harmonies of #D6D71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D71F

Black with #D6D71F

Text Example


Text Example

White with #D6D71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D71F; }

 p { color: rgb(214,215,31); }

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

background-color css

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

 a { background-color: rgb(214,215,31); }

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

border-color css

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

 span { border-color: rgb(214,215,31); }

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