Html Css Color HEX #D6D01E Barberry

📋 copy color: '#D6D01E'

red 214 ◦ green 208 ◦ blue 30

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

Shades of Barberry #D6D01E

Tints of Barberry #D6D01E

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 208 (81.64% from 255) = 46.02%

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

R = 47.35%
G = 46.02%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6D01E (or 0xD6D01E) is known color: Barberry. HEX triplet: D6, D0 and 1E. RGB value is (214,208,30). Sum of RGB (Red+Green+Blue) = 214+208+30=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D01E is #292FE1. Grayscale: #BEBEBE. Windows color (decimal): -2699234 or 2019542. OLE color: 2019542.

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

Color convert

RGB 214 208 30 -
CMYK 0 0.03 0.86 0.16
HSL 58.04º 0.75% 0.48% -
HSV(B) 58.04º 0.86% 0.84% -
XYZ 50.52 59.5 10.05 -
YUV 189.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 214 208 30 0 0.03 0.86 0.16 58.04 0.75 0.48
Hex D6 D0 1E 0 3 56 10 3A 4B 30
Octal 326 320 36 0 3 126 20 72 113 60
Binary 11010110 11010000 11110 0 11 1010110 10000 111010 1001011 110000

Color Harmonies of #D6D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D01E

Black with #D6D01E

Text Example


Text Example

White with #D6D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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