Html Css Color HEX #D5C717 Bird Flower

📋 copy color: '#D5C717'

red 213 ◦ green 199 ◦ blue 23

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

Shades of Bird Flower #D5C717

Tints of Bird Flower #D5C717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.29%

R = 48.97%
G = 45.75%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D5C717 (or 0xD5C717) is known color: Bird Flower. HEX triplet: D5, C7 and 17. RGB value is (213,199,23). Sum of RGB (Red+Green+Blue) = 213+199+23=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C717 is #2A38E8. Grayscale: #B7B7B7. Windows color (decimal): -2767081 or 1558485. OLE color: 1558485.

HSL color Cylindrical-coordinate representation of color #D5C717: hue angle of 55.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5C717 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 23 -
CMYK 0 0.07 0.89 0.16
HSL 55.58º 0.81% 0.46% -
HSV(B) 55.58º 0.89% 0.84% -
XYZ 48.02 55.05 8.91 -
YUV 183.12 37.64 149.31 -
System Red Green Blue C M Y K H S L
Decimal 213 199 23 0 0.07 0.89 0.16 55.58 0.81 0.46
Hex D5 C7 17 0 7 59 10 38 51 2E
Octal 325 307 27 0 7 131 20 70 121 56
Binary 11010101 11000111 10111 0 111 1011001 10000 111000 1010001 101110

Color Harmonies of #D5C717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C717

Black with #D5C717

Text Example


Text Example

White with #D5C717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C717; }

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

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

background-color css

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

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

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

border-color css

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

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

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