Html Css Color HEX #D7C901 Bird Flower

📋 copy color: '#D7C901'

red 215 ◦ green 201 ◦ blue 1

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

Shades of Bird Flower #D7C901

Tints of Bird Flower #D7C901

RGB

 RED value IS 215 (84.38% from 255) = 51.56%

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

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

R = 51.56%
G = 48.2%
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

#D7C901 (or 0xD7C901) is known color: Bird Flower. HEX triplet: D7, C9 and 01. RGB value is (215,201,1). Sum of RGB (Red+Green+Blue) = 215+201+1=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C901 is #2836FE. Grayscale: #B7B7B7. Windows color (decimal): -2635519 or 117207. OLE color: 117207.

HSL color Cylindrical-coordinate representation of color #D7C901: hue angle of 56.07º 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 #D7C901 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 201 1 -
CMYK 0 0.07 1.00 0.16
HSL 56.07º 0.99% 0.42% -
HSV(B) 56.07º 1% 0.84% -
XYZ 48.92 56.22 8.3 -
YUV 182.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 215 201 1 0 0.07 1.00 0.16 56.07 0.99 0.42
Hex D7 C9 1 0 7 64 10 38 63 2A
Octal 327 311 1 0 7 144 20 70 143 52
Binary 11010111 11001001 1 0 111 1100100 10000 111000 1100011 101010

Color Harmonies of #D7C901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C901

Black with #D7C901

Text Example


Text Example

White with #D7C901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C901; }

 p { color: rgb(215,201,1); }

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

background-color css

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

 a { background-color: rgb(215,201,1); }

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

border-color css

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

 span { border-color: rgb(215,201,1); }

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