Html Css Color HEX #D8C20E Bird Flower

📋 copy color: '#D8C20E'

red 216 ◦ green 194 ◦ blue 14

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

Shades of Bird Flower #D8C20E

Tints of Bird Flower #D8C20E

RGB

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

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

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

R = 50.94%
G = 45.75%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C20E (or 0xD8C20E) is known color: Bird Flower. HEX triplet: D8, C2 and 0E. RGB value is (216,194,14). Sum of RGB (Red+Green+Blue) = 216+194+14=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C20E is #273DF1. Grayscale: #B4B4B4. Windows color (decimal): -2571762 or 967384. OLE color: 967384.

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

Color convert

RGB 216 194 14 -
CMYK 0 0.10 0.94 0.15
HSL 53.47º 0.88% 0.45% -
HSV(B) 53.47º 0.94% 0.85% -
XYZ 47.69 53.21 8.17 -
YUV 180.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 216 194 14 0 0.10 0.94 0.15 53.47 0.88 0.45
Hex D8 C2 E 0 A 5E F 35 58 2D
Octal 330 302 16 0 12 136 17 65 130 55
Binary 11011000 11000010 1110 0 1010 1011110 1111 110101 1011000 101101

Color Harmonies of #D8C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C20E

Black with #D8C20E

Text Example


Text Example

White with #D8C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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