Html Css Color HEX #D6C701 Bird Flower

📋 copy color: '#D6C701'

red 214 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #D6C701

Tints of Bird Flower #D6C701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.07%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 51.69%
G = 48.07%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D6C701 (or 0xD6C701) is known color: Bird Flower. HEX triplet: D6, C7 and 01. RGB value is (214,199,1). Sum of RGB (Red+Green+Blue) = 214+199+1=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C701 is #2938FE. Grayscale: #B5B5B5. Windows color (decimal): -2701567 or 116694. OLE color: 116694.

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

Color convert

RGB 214 199 1 -
CMYK 0 0.07 1.00 0.16
HSL 55.77º 0.99% 0.42% -
HSV(B) 55.77º 1% 0.84% -
XYZ 48.16 55.15 8.13 -
YUV 180.91 26.47 151.6 -
System Red Green Blue C M Y K H S L
Decimal 214 199 1 0 0.07 1.00 0.16 55.77 0.99 0.42
Hex D6 C7 1 0 7 64 10 38 63 2A
Octal 326 307 1 0 7 144 20 70 143 52
Binary 11010110 11000111 1 0 111 1100100 10000 111000 1100011 101010

Color Harmonies of #D6C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C701

Black with #D6C701

Text Example


Text Example

White with #D6C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C701; }

 p { color: rgb(214,199,1); }

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

background-color css

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

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

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

border-color css

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

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

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