Html Css Color HEX #D5C801 Bird Flower

📋 copy color: '#D5C801'

red 213 ◦ green 200 ◦ blue 1

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

Shades of Bird Flower #D5C801

Tints of Bird Flower #D5C801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

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

R = 51.45%
G = 48.31%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5C801 (or 0xD5C801) is known color: Bird Flower. HEX triplet: D5, C8 and 01. RGB value is (213,200,1). Sum of RGB (Red+Green+Blue) = 213+200+1=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C801 is #2A37FE. Grayscale: #B6B6B6. Windows color (decimal): -2766847 or 116949. OLE color: 116949.

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

Color convert

RGB 213 200 1 -
CMYK 0 0.06 1.00 0.16
HSL 56.32º 0.99% 0.42% -
HSV(B) 56.32º 1% 0.84% -
XYZ 48.1 55.46 8.2 -
YUV 181.2 26.31 150.68 -
System Red Green Blue C M Y K H S L
Decimal 213 200 1 0 0.06 1.00 0.16 56.32 0.99 0.42
Hex D5 C8 1 0 6 64 10 38 63 2A
Octal 325 310 1 0 6 144 20 70 143 52
Binary 11010101 11001000 1 0 110 1100100 10000 111000 1100011 101010

Color Harmonies of #D5C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C801

Black with #D5C801

Text Example


Text Example

White with #D5C801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C801; }

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

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

background-color css

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

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

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

border-color css

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

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

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