Html Css Color HEX #D5C701 Bird Flower

📋 copy color: '#D5C701'

red 213 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #D5C701

Tints of Bird Flower #D5C701

RGB

 RED value IS 213 (83.59% from 255) = 51.57%

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

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

R = 51.57%
G = 48.18%
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

#D5C701 (or 0xD5C701) is known color: Bird Flower. HEX triplet: D5, C7 and 01. RGB value is (213,199,1). Sum of RGB (Red+Green+Blue) = 213+199+1=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C701 is #2A38FE. Grayscale: #B5B5B5. Windows color (decimal): -2767103 or 116693. OLE color: 116693.

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

Color convert

RGB 213 199 1 -
CMYK 0 0.07 1.00 0.16
HSL 56.04º 0.99% 0.42% -
HSV(B) 56.04º 1% 0.84% -
XYZ 47.87 55 8.12 -
YUV 180.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 213 199 1 0 0.07 1.00 0.16 56.04 0.99 0.42
Hex D5 C7 1 0 7 64 10 38 63 2A
Octal 325 307 1 0 7 144 20 70 143 52
Binary 11010101 11000111 1 0 111 1100100 10000 111000 1100011 101010

Color Harmonies of #D5C701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C701

Black with #D5C701

Text Example


Text Example

White with #D5C701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C701; }

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

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

background-color css

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

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

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

border-color css

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

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

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