Html Css Color HEX #D8C71F Barberry

📋 copy color: '#D8C71F'

red 216 ◦ green 199 ◦ blue 31

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

Shades of Barberry #D8C71F

Tints of Barberry #D8C71F

RGB

 RED value IS 216 (84.77% from 255) = 48.43%

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

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

R = 48.43%
G = 44.62%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8C71F (or 0xD8C71F) is known color: Barberry. HEX triplet: D8, C7 and 1F. RGB value is (216,199,31). Sum of RGB (Red+Green+Blue) = 216+199+31=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 199 (78.12% from 255 or 44.62% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C71F is #2738E0. Grayscale: #B9B9B9. Windows color (decimal): -2570465 or 2082776. OLE color: 2082776.

HSL color Cylindrical-coordinate representation of color #D8C71F: hue angle of 54.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8C71F is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 31 -
CMYK 0 0.08 0.86 0.15
HSL 54.49º 0.75% 0.48% -
HSV(B) 54.49º 0.86% 0.85% -
XYZ 48.99 55.54 9.44 -
YUV 184.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 216 199 31 0 0.08 0.86 0.15 54.49 0.75 0.48
Hex D8 C7 1F 0 8 56 F 36 4B 30
Octal 330 307 37 0 10 126 17 66 113 60
Binary 11011000 11000111 11111 0 1000 1010110 1111 110110 1001011 110000

Color Harmonies of #D8C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C71F

Black with #D8C71F

Text Example


Text Example

White with #D8C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C71F; }

 p { color: rgb(216,199,31); }

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

background-color css

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

 a { background-color: rgb(216,199,31); }

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

border-color css

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

 span { border-color: rgb(216,199,31); }

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