Html Css Color HEX #D6DC0A Barberry

📋 copy color: '#D6DC0A'

red 214 ◦ green 220 ◦ blue 10

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

Shades of Barberry #D6DC0A

Tints of Barberry #D6DC0A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 48.2%
G = 49.55%
B = 2.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#D6DC0A (or 0xD6DC0A) is known color: Barberry. HEX triplet: D6, DC and 0A. RGB value is (214,220,10). Sum of RGB (Red+Green+Blue) = 214+220+10=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DC0A is #2923F5. Grayscale: #C3C3C3. Windows color (decimal): -2696182 or 711894. OLE color: 711894.

HSL color Cylindrical-coordinate representation of color #D6DC0A: hue angle of 61.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6DC0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 10 -
CMYK 0.03 0 0.95 0.14
HSL 61.71º 0.91% 0.45% -
HSV(B) 61.71º 0.95% 0.86% -
XYZ 53.38 65.5 10.12 -
YUV 194.27 24.01 142.08 -
System Red Green Blue C M Y K H S L
Decimal 214 220 10 0.03 0 0.95 0.14 61.71 0.91 0.45
Hex D6 DC A 3 0 5F E 3E 5B 2D
Octal 326 334 12 3 0 137 16 76 133 55
Binary 11010110 11011100 1010 11 0 1011111 1110 111110 1011011 101101

Color Harmonies of #D6DC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC0A

Black with #D6DC0A

Text Example


Text Example

White with #D6DC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC0A; }

 p { color: rgb(214,220,10); }

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

background-color css

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

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

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

border-color css

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

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

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