Html Css Color HEX #D8C81F Barberry

📋 copy color: '#D8C81F'

red 216 ◦ green 200 ◦ blue 31

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

Shades of Barberry #D8C81F

Tints of Barberry #D8C81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

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

R = 48.32%
G = 44.74%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8C81F (or 0xD8C81F) is known color: Barberry. HEX triplet: D8, C8 and 1F. RGB value is (216,200,31). Sum of RGB (Red+Green+Blue) = 216+200+31=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C81F is #2737E0. Grayscale: #BABABA. Windows color (decimal): -2570209 or 2083032. OLE color: 2083032.

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

Color convert

RGB 216 200 31 -
CMYK 0 0.07 0.86 0.15
HSL 54.81º 0.75% 0.48% -
HSV(B) 54.81º 0.86% 0.85% -
XYZ 49.22 56.01 9.51 -
YUV 185.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 216 200 31 0 0.07 0.86 0.15 54.81 0.75 0.48
Hex D8 C8 1F 0 7 56 F 37 4B 30
Octal 330 310 37 0 7 126 17 67 113 60
Binary 11011000 11001000 11111 0 111 1010110 1111 110111 1001011 110000

Color Harmonies of #D8C81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C81F

Black with #D8C81F

Text Example


Text Example

White with #D8C81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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