Html Css Color HEX #D8D31E Barberry

📋 copy color: '#D8D31E'

red 216 ◦ green 211 ◦ blue 30

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

Shades of Barberry #D8D31E

Tints of Barberry #D8D31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.56%

R = 47.26%
G = 46.17%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8D31E (or 0xD8D31E) is known color: Barberry. HEX triplet: D8, D3 and 1E. RGB value is (216,211,30). Sum of RGB (Red+Green+Blue) = 216+211+30=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D31E is #272CE1. Grayscale: #C0C0C0. Windows color (decimal): -2567394 or 2020312. OLE color: 2020312.

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

Color convert

RGB 216 211 30 -
CMYK 0 0.02 0.86 0.15
HSL 58.39º 0.76% 0.48% -
HSV(B) 58.39º 0.86% 0.85% -
XYZ 51.85 61.28 10.32 -
YUV 191.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 216 211 30 0 0.02 0.86 0.15 58.39 0.76 0.48
Hex D8 D3 1E 0 2 56 F 3A 4C 30
Octal 330 323 36 0 2 126 17 72 114 60
Binary 11011000 11010011 11110 0 10 1010110 1111 111010 1001100 110000

Color Harmonies of #D8D31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D31E

Black with #D8D31E

Text Example


Text Example

White with #D8D31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D31E; }

 p { color: rgb(216,211,30); }

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

background-color css

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

 a { background-color: rgb(216,211,30); }

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

border-color css

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

 span { border-color: rgb(216,211,30); }

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