Html Css Color HEX #D6C900 Bird Flower

📋 copy color: '#D6C900'

red 214 ◦ green 201 ◦ blue 0

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

Shades of Bird Flower #D6C900

Tints of Bird Flower #D6C900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.57%
G = 48.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D6C900 (or 0xD6C900) is known color: Bird Flower. HEX triplet: D6, C9 and 00. RGB value is (214,201,0). Sum of RGB (Red+Green+Blue) = 214+201+0=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C900 is #2936FF. Grayscale: #B6B6B6. Windows color (decimal): -2701056 or 51670. OLE color: 51670.

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

Color convert

RGB 214 201 0 -
CMYK 0 0.06 1 0.16
HSL 56.36º 1% 0.42% -
HSV(B) 56.36º 1% 0.84% -
XYZ 48.62 56.07 8.26 -
YUV 181.97 25.31 150.84 -
System Red Green Blue C M Y K H S L
Decimal 214 201 0 0 0.06 1 0.16 56.36 1 0.42
Hex D6 C9 0 0 6 64 10 38 64 2A
Octal 326 311 0 0 6 144 20 70 144 52
Binary 11010110 11001001 0 0 110 1100100 10000 111000 1100100 101010

Color Harmonies of #D6C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C900

Black with #D6C900

Text Example


Text Example

White with #D6C900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C900; }

 p { color: rgb(214,201,0); }

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

background-color css

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

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

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

border-color css

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

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

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