Html Css Color HEX #D8C40D Bird Flower

📋 copy color: '#D8C40D'

red 216 ◦ green 196 ◦ blue 13

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

Shades of Bird Flower #D8C40D

Tints of Bird Flower #D8C40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.12%

 BLUE value IS 13 (5.47% from 255) = 3.06%

R = 50.82%
G = 46.12%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C40D (or 0xD8C40D) is known color: Bird Flower. HEX triplet: D8, C4 and 0D. RGB value is (216,196,13). Sum of RGB (Red+Green+Blue) = 216+196+13=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C40D is #273BF2. Grayscale: #B5B5B5. Windows color (decimal): -2571251 or 902360. OLE color: 902360.

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

Color convert

RGB 216 196 13 -
CMYK 0 0.09 0.94 0.15
HSL 54.09º 0.89% 0.45% -
HSV(B) 54.09º 0.94% 0.85% -
XYZ 48.13 54.11 8.29 -
YUV 181.12 33.13 152.88 -
System Red Green Blue C M Y K H S L
Decimal 216 196 13 0 0.09 0.94 0.15 54.09 0.89 0.45
Hex D8 C4 D 0 9 5E F 36 59 2D
Octal 330 304 15 0 11 136 17 66 131 55
Binary 11011000 11000100 1101 0 1001 1011110 1111 110110 1011001 101101

Color Harmonies of #D8C40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C40D

Black with #D8C40D

Text Example


Text Example

White with #D8C40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C40D; }

 p { color: rgb(216,196,13); }

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

background-color css

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

 a { background-color: rgb(216,196,13); }

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

border-color css

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

 span { border-color: rgb(216,196,13); }

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