Html Css Color HEX #D6D41E Barberry

📋 copy color: '#D6D41E'

red 214 ◦ green 212 ◦ blue 30

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

Shades of Barberry #D6D41E

Tints of Barberry #D6D41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

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

R = 46.93%
G = 46.49%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6D41E (or 0xD6D41E) is known color: Barberry. HEX triplet: D6, D4 and 1E. RGB value is (214,212,30). Sum of RGB (Red+Green+Blue) = 214+212+30=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D41E is #292BE1. Grayscale: #C0C0C0. Windows color (decimal): -2698210 or 2020566. OLE color: 2020566.

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

Color convert

RGB 214 212 30 -
CMYK 0 0.01 0.86 0.16
HSL 59.35º 0.75% 0.48% -
HSV(B) 59.35º 0.86% 0.84% -
XYZ 51.51 61.48 10.38 -
YUV 191.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 214 212 30 0 0.01 0.86 0.16 59.35 0.75 0.48
Hex D6 D4 1E 0 1 56 10 3B 4B 30
Octal 326 324 36 0 1 126 20 73 113 60
Binary 11010110 11010100 11110 0 1 1010110 10000 111011 1001011 110000

Color Harmonies of #D6D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D41E

Black with #D6D41E

Text Example


Text Example

White with #D6D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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