Html Css Color HEX #D5C000 Bird Flower

📋 copy color: '#D5C000'

red 213 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #D5C000

Tints of Bird Flower #D5C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 52.59%
G = 47.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D5C000 (or 0xD5C000) is known color: Bird Flower. HEX triplet: D5, C0 and 00. RGB value is (213,192,0). Sum of RGB (Red+Green+Blue) = 213+192+0=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C000 is #2A3FFF. Grayscale: #B1B1B1. Windows color (decimal): -2768896 or 49365. OLE color: 49365.

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

Color convert

RGB 213 192 0 -
CMYK 0 0.10 1 0.16
HSL 54.08º 1% 0.42% -
HSV(B) 54.08º 1% 0.84% -
XYZ 46.29 51.85 7.57 -
YUV 176.39 28.46 154.11 -
System Red Green Blue C M Y K H S L
Decimal 213 192 0 0 0.10 1 0.16 54.08 1 0.42
Hex D5 C0 0 0 A 64 10 36 64 2A
Octal 325 300 0 0 12 144 20 66 144 52
Binary 11010101 11000000 0 0 1010 1100100 10000 110110 1100100 101010

Color Harmonies of #D5C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C000

Black with #D5C000

Text Example


Text Example

White with #D5C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C000; }

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

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

background-color css

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

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

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

border-color css

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

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

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