Html Css Color HEX #D6DC06 Bird Flower

📋 copy color: '#D6DC06'

red 214 ◦ green 220 ◦ blue 6

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

Shades of Bird Flower #D6DC06

Tints of Bird Flower #D6DC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 48.64%
G = 50%
B = 1.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#D6DC06 (or 0xD6DC06) is known color: Bird Flower. HEX triplet: D6, DC and 06. RGB value is (214,220,6). Sum of RGB (Red+Green+Blue) = 214+220+6=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6DC06 is #2923F9. Grayscale: #C2C2C2. Windows color (decimal): -2696186 or 449750. OLE color: 449750.

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

Color convert

RGB 214 220 6 -
CMYK 0.03 0 0.97 0.14
HSL 61.68º 0.95% 0.44% -
HSV(B) 61.68º 0.97% 0.86% -
XYZ 53.36 65.5 10 -
YUV 193.81 22.01 142.4 -
System Red Green Blue C M Y K H S L
Decimal 214 220 6 0.03 0 0.97 0.14 61.68 0.95 0.44
Hex D6 DC 6 3 0 61 E 3E 5F 2C
Octal 326 334 6 3 0 141 16 76 137 54
Binary 11010110 11011100 110 11 0 1100001 1110 111110 1011111 101100

Color Harmonies of #D6DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC06

Black with #D6DC06

Text Example


Text Example

White with #D6DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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