Html Css Color HEX #D8D61E Barberry

📋 copy color: '#D8D61E'

red 216 ◦ green 214 ◦ blue 30

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

Shades of Barberry #D8D61E

Tints of Barberry #D8D61E

RGB

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

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

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

R = 46.96%
G = 46.52%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8D61E (or 0xD8D61E) is known color: Barberry. HEX triplet: D8, D6 and 1E. RGB value is (216,214,30). Sum of RGB (Red+Green+Blue) = 216+214+30=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D61E is #2729E1. Grayscale: #C2C2C2. Windows color (decimal): -2566626 or 2021080. OLE color: 2021080.

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

Color convert

RGB 216 214 30 -
CMYK 0 0.01 0.86 0.15
HSL 59.35º 0.76% 0.48% -
HSV(B) 59.35º 0.86% 0.85% -
XYZ 52.6 62.79 10.57 -
YUV 193.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 216 214 30 0 0.01 0.86 0.15 59.35 0.76 0.48
Hex D8 D6 1E 0 1 56 F 3B 4C 30
Octal 330 326 36 0 1 126 17 73 114 60
Binary 11011000 11010110 11110 0 1 1010110 1111 111011 1001100 110000

Color Harmonies of #D8D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D61E

Black with #D8D61E

Text Example


Text Example

White with #D8D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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