Html Css Color HEX #D6D603 Bird Flower

📋 copy color: '#D6D603'

red 214 ◦ green 214 ◦ blue 3

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

Shades of Bird Flower #D6D603

Tints of Bird Flower #D6D603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 49.65%
G = 49.65%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6D603 (or 0xD6D603) is known color: Bird Flower. HEX triplet: D6, D6 and 03. RGB value is (214,214,3). Sum of RGB (Red+Green+Blue) = 214+214+3=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D603 is #2929FC. Grayscale: #BEBEBE. Windows color (decimal): -2697725 or 251606. OLE color: 251606.

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

Color convert

RGB 214 214 3 -
CMYK 0 0 0.99 0.16
HSL 60º 0.97% 0.43% -
HSV(B) 60º 0.99% 0.84% -
XYZ 51.79 62.4 9.4 -
YUV 189.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 214 214 3 0 0 0.99 0.16 60 0.97 0.43
Hex D6 D6 3 0 0 63 10 3C 61 2B
Octal 326 326 3 0 0 143 20 74 141 53
Binary 11010110 11010110 11 0 0 1100011 10000 111100 1100001 101011

Color Harmonies of #D6D603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D603

Black with #D6D603

Text Example


Text Example

White with #D6D603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D603; }

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

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

background-color css

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

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

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

border-color css

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

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

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