Html Css Color HEX #D5C710 Bird Flower

📋 copy color: '#D5C710'

red 213 ◦ green 199 ◦ blue 16

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

Shades of Bird Flower #D5C710

Tints of Bird Flower #D5C710

RGB

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

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

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

R = 49.77%
G = 46.5%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5C710 (or 0xD5C710) is known color: Bird Flower. HEX triplet: D5, C7 and 10. RGB value is (213,199,16). Sum of RGB (Red+Green+Blue) = 213+199+16=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C710 is #2A38EF. Grayscale: #B7B7B7. Windows color (decimal): -2767088 or 1099733. OLE color: 1099733.

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

Color convert

RGB 213 199 16 -
CMYK 0 0.07 0.92 0.16
HSL 55.74º 0.86% 0.45% -
HSV(B) 55.74º 0.92% 0.84% -
XYZ 47.96 55.03 8.58 -
YUV 182.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 213 199 16 0 0.07 0.92 0.16 55.74 0.86 0.45
Hex D5 C7 10 0 7 5C 10 38 56 2D
Octal 325 307 20 0 7 134 20 70 126 55
Binary 11010101 11000111 10000 0 111 1011100 10000 111000 1010110 101101

Color Harmonies of #D5C710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C710

Black with #D5C710

Text Example


Text Example

White with #D5C710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C710; }

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

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

background-color css

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

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

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

border-color css

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

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

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