Html Css Color HEX #D5C800 Bird Flower

📋 copy color: '#D5C800'

red 213 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #D5C800

Tints of Bird Flower #D5C800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.57%
G = 48.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D5C800 (or 0xD5C800) is known color: Bird Flower. HEX triplet: D5, C8 and 00. RGB value is (213,200,0). Sum of RGB (Red+Green+Blue) = 213+200+0=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C800 is #2A37FF. Grayscale: #B5B5B5. Windows color (decimal): -2766848 or 51413. OLE color: 51413.

HSL color Cylindrical-coordinate representation of color #D5C800: hue angle of 56.34º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5C800 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 0 -
CMYK 0 0.06 1 0.16
HSL 56.34º 1% 0.42% -
HSV(B) 56.34º 1% 0.84% -
XYZ 48.09 55.45 8.17 -
YUV 181.09 25.81 150.76 -
System Red Green Blue C M Y K H S L
Decimal 213 200 0 0 0.06 1 0.16 56.34 1 0.42
Hex D5 C8 0 0 6 64 10 38 64 2A
Octal 325 310 0 0 6 144 20 70 144 52
Binary 11010101 11001000 0 0 110 1100100 10000 111000 1100100 101010

Color Harmonies of #D5C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C800

Black with #D5C800

Text Example


Text Example

White with #D5C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C800; }

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

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

background-color css

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

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

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

border-color css

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

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

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