Html Css Color HEX #D8D60E Barberry

📋 copy color: '#D8D60E'

red 216 ◦ green 214 ◦ blue 14

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

Shades of Barberry #D8D60E

Tints of Barberry #D8D60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 48.65%
G = 48.2%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8D60E (or 0xD8D60E) is known color: Barberry. HEX triplet: D8, D6 and 0E. RGB value is (216,214,14). Sum of RGB (Red+Green+Blue) = 216+214+14=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D60E is #2729F1. Grayscale: #C0C0C0. Windows color (decimal): -2566642 or 972504. OLE color: 972504.

HSL color Cylindrical-coordinate representation of color #D8D60E: hue angle of 59.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D60E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 14 -
CMYK 0 0.01 0.94 0.15
HSL 59.41º 0.88% 0.45% -
HSV(B) 59.41º 0.94% 0.85% -
XYZ 52.44 62.72 9.76 -
YUV 191.8 27.66 145.26 -
System Red Green Blue C M Y K H S L
Decimal 216 214 14 0 0.01 0.94 0.15 59.41 0.88 0.45
Hex D8 D6 E 0 1 5E F 3B 58 2D
Octal 330 326 16 0 1 136 17 73 130 55
Binary 11011000 11010110 1110 0 1 1011110 1111 111011 1011000 101101

Color Harmonies of #D8D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D60E

Black with #D8D60E

Text Example


Text Example

White with #D8D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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