Html Css Color HEX #D5C711 Bird Flower

📋 copy color: '#D5C711'

red 213 ◦ green 199 ◦ blue 17

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

Shades of Bird Flower #D5C711

Tints of Bird Flower #D5C711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.96%

R = 49.65%
G = 46.39%
B = 3.96%

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

#D5C711 (or 0xD5C711) is known color: Bird Flower. HEX triplet: D5, C7 and 11. RGB value is (213,199,17). Sum of RGB (Red+Green+Blue) = 213+199+17=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C711 is #2A38EE. Grayscale: #B7B7B7. Windows color (decimal): -2767087 or 1165269. OLE color: 1165269.

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

Color convert

RGB 213 199 17 -
CMYK 0 0.07 0.92 0.16
HSL 55.71º 0.85% 0.45% -
HSV(B) 55.71º 0.92% 0.84% -
XYZ 47.97 55.03 8.62 -
YUV 182.44 34.64 149.8 -
System Red Green Blue C M Y K H S L
Decimal 213 199 17 0 0.07 0.92 0.16 55.71 0.85 0.45
Hex D5 C7 11 0 7 5C 10 38 55 2D
Octal 325 307 21 0 7 134 20 70 125 55
Binary 11010101 11000111 10001 0 111 1011100 10000 111000 1010101 101101

Color Harmonies of #D5C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C711

Black with #D5C711

Text Example


Text Example

White with #D5C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C711; }

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

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

background-color css

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

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

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

border-color css

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

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

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