Html Css Color HEX #D8D61F Barberry

📋 copy color: '#D8D61F'

red 216 ◦ green 214 ◦ blue 31

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

Shades of Barberry #D8D61F

Tints of Barberry #D8D61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

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

R = 46.85%
G = 46.42%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8D61F (or 0xD8D61F) is known color: Barberry. HEX triplet: D8, D6 and 1F. RGB value is (216,214,31). Sum of RGB (Red+Green+Blue) = 216+214+31=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D61F is #2729E0. Grayscale: #C2C2C2. Windows color (decimal): -2566625 or 2086616. OLE color: 2086616.

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

Color convert

RGB 216 214 31 -
CMYK 0 0.01 0.86 0.15
HSL 59.35º 0.75% 0.48% -
HSV(B) 59.35º 0.86% 0.85% -
XYZ 52.61 62.79 10.64 -
YUV 193.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 216 214 31 0 0.01 0.86 0.15 59.35 0.75 0.48
Hex D8 D6 1F 0 1 56 F 3B 4B 30
Octal 330 326 37 0 1 126 17 73 113 60
Binary 11011000 11010110 11111 0 1 1010110 1111 111011 1001011 110000

Color Harmonies of #D8D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D61F

Black with #D8D61F

Text Example


Text Example

White with #D8D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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