Html Css Color HEX #D7C211 Bird Flower

📋 copy color: '#D7C211'

red 215 ◦ green 194 ◦ blue 17

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

Shades of Bird Flower #D7C211

Tints of Bird Flower #D7C211

RGB

 RED value IS 215 (84.38% from 255) = 50.47%

 GREEN value IS 194 (76.17% from 255) = 45.54%

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

R = 50.47%
G = 45.54%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7C211 (or 0xD7C211) is known color: Bird Flower. HEX triplet: D7, C2 and 11. RGB value is (215,194,17). Sum of RGB (Red+Green+Blue) = 215+194+17=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C211 is #283DEE. Grayscale: #B4B4B4. Windows color (decimal): -2637295 or 1163991. OLE color: 1163991.

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

Color convert

RGB 215 194 17 -
CMYK 0 0.10 0.92 0.16
HSL 53.64º 0.85% 0.45% -
HSV(B) 53.64º 0.92% 0.84% -
XYZ 47.42 53.07 8.27 -
YUV 180.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 215 194 17 0 0.10 0.92 0.16 53.64 0.85 0.45
Hex D7 C2 11 0 A 5C 10 36 55 2D
Octal 327 302 21 0 12 134 20 66 125 55
Binary 11010111 11000010 10001 0 1010 1011100 10000 110110 1010101 101101

Color Harmonies of #D7C211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C211

Black with #D7C211

Text Example


Text Example

White with #D7C211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C211; }

 p { color: rgb(215,194,17); }

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

background-color css

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

 a { background-color: rgb(215,194,17); }

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

border-color css

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

 span { border-color: rgb(215,194,17); }

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