Html Css Color HEX #D7D201 Bird Flower

📋 copy color: '#D7D201'

red 215 ◦ green 210 ◦ blue 1

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

Shades of Bird Flower #D7D201

Tints of Bird Flower #D7D201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.3%

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

R = 50.47%
G = 49.3%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D7D201 (or 0xD7D201) is known color: Bird Flower. HEX triplet: D7, D2 and 01. RGB value is (215,210,1). Sum of RGB (Red+Green+Blue) = 215+210+1=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D201 is #282DFE. Grayscale: #BCBCBC. Windows color (decimal): -2633215 or 119511. OLE color: 119511.

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

Color convert

RGB 215 210 1 -
CMYK 0 0.02 1.00 0.16
HSL 58.6º 0.99% 0.42% -
HSV(B) 58.6º 1% 0.84% -
XYZ 51.08 60.54 9.02 -
YUV 187.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 215 210 1 0 0.02 1.00 0.16 58.6 0.99 0.42
Hex D7 D2 1 0 2 64 10 3B 63 2A
Octal 327 322 1 0 2 144 20 73 143 52
Binary 11010111 11010010 1 0 10 1100100 10000 111011 1100011 101010

Color Harmonies of #D7D201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D201

Black with #D7D201

Text Example


Text Example

White with #D7D201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D201; }

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

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

background-color css

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

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

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

border-color css

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

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

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