Html Css Color HEX #D6C71B Barberry

📋 copy color: '#D6C71B'

red 214 ◦ green 199 ◦ blue 27

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

Shades of Barberry #D6C71B

Tints of Barberry #D6C71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 48.64%
G = 45.23%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6C71B (or 0xD6C71B) is known color: Barberry. HEX triplet: D6, C7 and 1B. RGB value is (214,199,27). Sum of RGB (Red+Green+Blue) = 214+199+27=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C71B is #2938E4. Grayscale: #B8B8B8. Windows color (decimal): -2701541 or 1820630. OLE color: 1820630.

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

Color convert

RGB 214 199 27 -
CMYK 0 0.07 0.87 0.16
HSL 55.19º 0.78% 0.47% -
HSV(B) 55.19º 0.87% 0.84% -
XYZ 48.35 55.22 9.15 -
YUV 183.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 214 199 27 0 0.07 0.87 0.16 55.19 0.78 0.47
Hex D6 C7 1B 0 7 57 10 37 4E 2F
Octal 326 307 33 0 7 127 20 67 116 57
Binary 11010110 11000111 11011 0 111 1010111 10000 110111 1001110 101111

Color Harmonies of #D6C71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C71B

Black with #D6C71B

Text Example


Text Example

White with #D6C71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C71B; }

 p { color: rgb(214,199,27); }

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

background-color css

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

 a { background-color: rgb(214,199,27); }

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

border-color css

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

 span { border-color: rgb(214,199,27); }

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