Html Css Color HEX #D8C80E Bird Flower

📋 copy color: '#D8C80E'

red 216 ◦ green 200 ◦ blue 14

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

Shades of Bird Flower #D8C80E

Tints of Bird Flower #D8C80E

RGB

 RED value IS 216 (84.77% from 255) = 50.23%

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

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

R = 50.23%
G = 46.51%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C80E (or 0xD8C80E) is known color: Bird Flower. HEX triplet: D8, C8 and 0E. RGB value is (216,200,14). Sum of RGB (Red+Green+Blue) = 216+200+14=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C80E is #2737F1. Grayscale: #B8B8B8. Windows color (decimal): -2570226 or 968920. OLE color: 968920.

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

Color convert

RGB 216 200 14 -
CMYK 0 0.07 0.94 0.15
HSL 55.25º 0.88% 0.45% -
HSV(B) 55.25º 0.94% 0.85% -
XYZ 49.05 55.94 8.63 -
YUV 183.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 216 200 14 0 0.07 0.94 0.15 55.25 0.88 0.45
Hex D8 C8 E 0 7 5E F 37 58 2D
Octal 330 310 16 0 7 136 17 67 130 55
Binary 11011000 11001000 1110 0 111 1011110 1111 110111 1011000 101101

Color Harmonies of #D8C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C80E

Black with #D8C80E

Text Example


Text Example

White with #D8C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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