Html Css Color HEX #D8C80D Bird Flower

📋 copy color: '#D8C80D'

red 216 ◦ green 200 ◦ blue 13

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

Shades of Bird Flower #D8C80D

Tints of Bird Flower #D8C80D

RGB

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

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

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

R = 50.35%
G = 46.62%
B = 3.03%

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

#D8C80D (or 0xD8C80D) is known color: Bird Flower. HEX triplet: D8, C8 and 0D. RGB value is (216,200,13). Sum of RGB (Red+Green+Blue) = 216+200+13=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C80D is #2737F2. Grayscale: #B8B8B8. Windows color (decimal): -2570227 or 903384. OLE color: 903384.

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

Color convert

RGB 216 200 13 -
CMYK 0 0.07 0.94 0.15
HSL 55.27º 0.89% 0.45% -
HSV(B) 55.27º 0.94% 0.85% -
XYZ 49.05 55.94 8.59 -
YUV 183.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 216 200 13 0 0.07 0.94 0.15 55.27 0.89 0.45
Hex D8 C8 D 0 7 5E F 37 59 2D
Octal 330 310 15 0 7 136 17 67 131 55
Binary 11011000 11001000 1101 0 111 1011110 1111 110111 1011001 101101

Color Harmonies of #D8C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C80D

Black with #D8C80D

Text Example


Text Example

White with #D8C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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