Html Css Color HEX #D8D21F Barberry

📋 copy color: '#D8D21F'

red 216 ◦ green 210 ◦ blue 31

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

Shades of Barberry #D8D21F

Tints of Barberry #D8D21F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 47.26%
G = 45.95%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8D21F (or 0xD8D21F) is known color: Barberry. HEX triplet: D8, D2 and 1F. RGB value is (216,210,31). Sum of RGB (Red+Green+Blue) = 216+210+31=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D21F is #272DE0. Grayscale: #C0C0C0. Windows color (decimal): -2567649 or 2085592. OLE color: 2085592.

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

Color convert

RGB 216 210 31 -
CMYK 0 0.03 0.86 0.15
HSL 58.05º 0.75% 0.48% -
HSV(B) 58.05º 0.86% 0.85% -
XYZ 51.61 60.79 10.31 -
YUV 191.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 216 210 31 0 0.03 0.86 0.15 58.05 0.75 0.48
Hex D8 D2 1F 0 3 56 F 3A 4B 30
Octal 330 322 37 0 3 126 17 72 113 60
Binary 11011000 11010010 11111 0 11 1010110 1111 111010 1001011 110000

Color Harmonies of #D8D21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D21F

Black with #D8D21F

Text Example


Text Example

White with #D8D21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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