Html Css Color HEX #D7C301 Bird Flower

📋 copy color: '#D7C301'

red 215 ◦ green 195 ◦ blue 1

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

Shades of Bird Flower #D7C301

Tints of Bird Flower #D7C301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.45%

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

R = 52.31%
G = 47.45%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D7C301 (or 0xD7C301) is known color: Bird Flower. HEX triplet: D7, C3 and 01. RGB value is (215,195,1). Sum of RGB (Red+Green+Blue) = 215+195+1=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C301 is #283CFE. Grayscale: #B3B3B3. Windows color (decimal): -2637055 or 115671. OLE color: 115671.

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

Color convert

RGB 215 195 1 -
CMYK 0 0.09 1.00 0.16
HSL 54.39º 0.99% 0.42% -
HSV(B) 54.39º 1% 0.84% -
XYZ 47.54 53.48 7.85 -
YUV 178.86 27.63 153.77 -
System Red Green Blue C M Y K H S L
Decimal 215 195 1 0 0.09 1.00 0.16 54.39 0.99 0.42
Hex D7 C3 1 0 9 64 10 36 63 2A
Octal 327 303 1 0 11 144 20 66 143 52
Binary 11010111 11000011 1 0 1001 1100100 10000 110110 1100011 101010

Color Harmonies of #D7C301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C301

Black with #D7C301

Text Example


Text Example

White with #D7C301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C301; }

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

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

background-color css

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

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

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

border-color css

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

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

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