Html Css Color HEX #D7C80E Bird Flower

📋 copy color: '#D7C80E'

red 215 ◦ green 200 ◦ blue 14

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

Shades of Bird Flower #D7C80E

Tints of Bird Flower #D7C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.62%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 50.12%
G = 46.62%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7C80E (or 0xD7C80E) is known color: Bird Flower. HEX triplet: D7, C8 and 0E. RGB value is (215,200,14). Sum of RGB (Red+Green+Blue) = 215+200+14=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C80E is #2837F1. Grayscale: #B8B8B8. Windows color (decimal): -2635762 or 968919. OLE color: 968919.

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

Color convert

RGB 215 200 14 -
CMYK 0 0.07 0.93 0.16
HSL 55.52º 0.88% 0.45% -
HSV(B) 55.52º 0.93% 0.84% -
XYZ 48.76 55.79 8.61 -
YUV 183.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 215 200 14 0 0.07 0.93 0.16 55.52 0.88 0.45
Hex D7 C8 E 0 7 5D 10 38 58 2D
Octal 327 310 16 0 7 135 20 70 130 55
Binary 11010111 11001000 1110 0 111 1011101 10000 111000 1011000 101101

Color Harmonies of #D7C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C80E

Black with #D7C80E

Text Example


Text Example

White with #D7C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C80E; }

 p { color: rgb(215,200,14); }

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

background-color css

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

 a { background-color: rgb(215,200,14); }

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

border-color css

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

 span { border-color: rgb(215,200,14); }

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