Html Css Color HEX #D8C90E Bird Flower

📋 copy color: '#D8C90E'

red 216 ◦ green 201 ◦ blue 14

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

Shades of Bird Flower #D8C90E

Tints of Bird Flower #D8C90E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.64%

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

R = 50.12%
G = 46.64%
B = 3.25%

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

#D8C90E (or 0xD8C90E) is known color: Bird Flower. HEX triplet: D8, C9 and 0E. RGB value is (216,201,14). Sum of RGB (Red+Green+Blue) = 216+201+14=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C90E is #2736F1. Grayscale: #B8B8B8. Windows color (decimal): -2569970 or 969176. OLE color: 969176.

HSL color Cylindrical-coordinate representation of color #D8C90E: hue angle of 55.54º 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 #D8C90E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 14 -
CMYK 0 0.07 0.94 0.15
HSL 55.54º 0.88% 0.45% -
HSV(B) 55.54º 0.94% 0.85% -
XYZ 49.28 56.4 8.7 -
YUV 184.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 216 201 14 0 0.07 0.94 0.15 55.54 0.88 0.45
Hex D8 C9 E 0 7 5E F 38 58 2D
Octal 330 311 16 0 7 136 17 70 130 55
Binary 11011000 11001001 1110 0 111 1011110 1111 111000 1011000 101101

Color Harmonies of #D8C90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C90E

Black with #D8C90E

Text Example


Text Example

White with #D8C90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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