Html Css Color HEX #D5D81E Barberry

📋 copy color: '#D5D81E'

red 213 ◦ green 216 ◦ blue 30

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

Shades of Barberry #D5D81E

Tints of Barberry #D5D81E

RGB

 RED value IS 213 (83.59% from 255) = 46.41%

 GREEN value IS 216 (84.77% from 255) = 47.06%

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

R = 46.41%
G = 47.06%
B = 6.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D5D81E (or 0xD5D81E) is known color: Barberry. HEX triplet: D5, D8 and 1E. RGB value is (213,216,30). Sum of RGB (Red+Green+Blue) = 213+216+30=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D81E is #2A27E1. Grayscale: #C2C2C2. Windows color (decimal): -2762722 or 2021589. OLE color: 2021589.

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

Color convert

RGB 213 216 30 -
CMYK 0.01 0 0.86 0.15
HSL 60.97º 0.76% 0.48% -
HSV(B) 60.97º 0.86% 0.85% -
XYZ 52.23 63.35 10.7 -
YUV 193.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 213 216 30 0.01 0 0.86 0.15 60.97 0.76 0.48
Hex D5 D8 1E 1 0 56 F 3D 4C 30
Octal 325 330 36 1 0 126 17 75 114 60
Binary 11010101 11011000 11110 1 0 1010110 1111 111101 1001100 110000

Color Harmonies of #D5D81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D81E

Black with #D5D81E

Text Example


Text Example

White with #D5D81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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