Html Css Color HEX #D8C81E Barberry

📋 copy color: '#D8C81E'

red 216 ◦ green 200 ◦ blue 30

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

Shades of Barberry #D8C81E

Tints of Barberry #D8C81E

RGB

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

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

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

R = 48.43%
G = 44.84%
B = 6.73%

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

#D8C81E (or 0xD8C81E) is known color: Barberry. HEX triplet: D8, C8 and 1E. RGB value is (216,200,30). Sum of RGB (Red+Green+Blue) = 216+200+30=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C81E is #2737E1. Grayscale: #BABABA. Windows color (decimal): -2570210 or 2017496. OLE color: 2017496.

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

Color convert

RGB 216 200 30 -
CMYK 0 0.07 0.86 0.15
HSL 54.84º 0.76% 0.48% -
HSV(B) 54.84º 0.86% 0.85% -
XYZ 49.21 56 9.44 -
YUV 185.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 216 200 30 0 0.07 0.86 0.15 54.84 0.76 0.48
Hex D8 C8 1E 0 7 56 F 37 4C 30
Octal 330 310 36 0 7 126 17 67 114 60
Binary 11011000 11001000 11110 0 111 1010110 1111 110111 1001100 110000

Color Harmonies of #D8C81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C81E

Black with #D8C81E

Text Example


Text Example

White with #D8C81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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