Html Css Color HEX #D5C910 Bird Flower

📋 copy color: '#D5C910'

red 213 ◦ green 201 ◦ blue 16

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

Shades of Bird Flower #D5C910

Tints of Bird Flower #D5C910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 49.53%
G = 46.74%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5C910 (or 0xD5C910) is known color: Bird Flower. HEX triplet: D5, C9 and 10. RGB value is (213,201,16). Sum of RGB (Red+Green+Blue) = 213+201+16=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C910 is #2A36EF. Grayscale: #B8B8B8. Windows color (decimal): -2766576 or 1100245. OLE color: 1100245.

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

Color convert

RGB 213 201 16 -
CMYK 0 0.06 0.92 0.16
HSL 56.35º 0.86% 0.45% -
HSV(B) 56.35º 0.92% 0.84% -
XYZ 48.42 55.96 8.74 -
YUV 183.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 213 201 16 0 0.06 0.92 0.16 56.35 0.86 0.45
Hex D5 C9 10 0 6 5C 10 38 56 2D
Octal 325 311 20 0 6 134 20 70 126 55
Binary 11010101 11001001 10000 0 110 1011100 10000 111000 1010110 101101

Color Harmonies of #D5C910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C910

Black with #D5C910

Text Example


Text Example

White with #D5C910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C910; }

 p { color: rgb(213,201,16); }

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

background-color css

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

 a { background-color: rgb(213,201,16); }

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

border-color css

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

 span { border-color: rgb(213,201,16); }

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