Html Css Color HEX #D5D61E Barberry

📋 copy color: '#D5D61E'

red 213 ◦ green 214 ◦ blue 30

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

Shades of Barberry #D5D61E

Tints of Barberry #D5D61E

RGB

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

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

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

R = 46.61%
G = 46.83%
B = 6.56%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5D61E (or 0xD5D61E) is known color: Barberry. HEX triplet: D5, D6 and 1E. RGB value is (213,214,30). Sum of RGB (Red+Green+Blue) = 213+214+30=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D61E is #2A29E1. Grayscale: #C1C1C1. Windows color (decimal): -2763234 or 2021077. OLE color: 2021077.

HSL color Cylindrical-coordinate representation of color #D5D61E: hue angle of 60.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5D61E is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 214 30 -
CMYK 0.00 0 0.86 0.16
HSL 60.33º 0.75% 0.48% -
HSV(B) 60.33º 0.86% 0.84% -
XYZ 51.72 62.33 10.53 -
YUV 192.73 36.17 142.46 -
System Red Green Blue C M Y K H S L
Decimal 213 214 30 0.00 0 0.86 0.16 60.33 0.75 0.48
Hex D5 D6 1E 0 0 56 10 3C 4B 30
Octal 325 326 36 0 0 126 20 74 113 60
Binary 11010101 11010110 11110 0 0 1010110 10000 111100 1001011 110000

Color Harmonies of #D5D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D61E

Black with #D5D61E

Text Example


Text Example

White with #D5D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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