Html Css Color HEX #D6D61A Barberry

📋 copy color: '#D6D61A'

red 214 ◦ green 214 ◦ blue 26

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

Shades of Barberry #D6D61A

Tints of Barberry #D6D61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.73%

R = 47.14%
G = 47.14%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6D61A (or 0xD6D61A) is known color: Barberry. HEX triplet: D6, D6 and 1A. RGB value is (214,214,26). Sum of RGB (Red+Green+Blue) = 214+214+26=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 26 (10.55% from 255 or 5.73% from 454); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D61A is #2929E5. Grayscale: #C1C1C1. Windows color (decimal): -2697702 or 1758934. OLE color: 1758934.

HSL color Cylindrical-coordinate representation of color #D6D61A: hue angle of 60º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6D61A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 26 -
CMYK 0 0 0.88 0.16
HSL 60º 0.78% 0.47% -
HSV(B) 60º 0.88% 0.84% -
XYZ 51.96 62.46 10.3 -
YUV 192.57 34 143.29 -
System Red Green Blue C M Y K H S L
Decimal 214 214 26 0 0 0.88 0.16 60 0.78 0.47
Hex D6 D6 1A 0 0 58 10 3C 4E 2F
Octal 326 326 32 0 0 130 20 74 116 57
Binary 11010110 11010110 11010 0 0 1011000 10000 111100 1001110 101111

Color Harmonies of #D6D61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D61A

Black with #D6D61A

Text Example


Text Example

White with #D6D61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D61A; }

 p { color: rgb(214,214,26); }

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

background-color css

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

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

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

border-color css

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

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

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