Html Css Color HEX #D8C10D Bird Flower

📋 copy color: '#D8C10D'

red 216 ◦ green 193 ◦ blue 13

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

Shades of Bird Flower #D8C10D

Tints of Bird Flower #D8C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.73%

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

R = 51.18%
G = 45.73%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C10D (or 0xD8C10D) is known color: Bird Flower. HEX triplet: D8, C1 and 0D. RGB value is (216,193,13). Sum of RGB (Red+Green+Blue) = 216+193+13=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C10D is #273EF2. Grayscale: #B4B4B4. Windows color (decimal): -2572019 or 901592. OLE color: 901592.

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

Color convert

RGB 216 193 13 -
CMYK 0 0.11 0.94 0.15
HSL 53.2º 0.89% 0.45% -
HSV(B) 53.2º 0.94% 0.85% -
XYZ 47.46 52.77 8.06 -
YUV 179.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 216 193 13 0 0.11 0.94 0.15 53.2 0.89 0.45
Hex D8 C1 D 0 B 5E F 35 59 2D
Octal 330 301 15 0 13 136 17 65 131 55
Binary 11011000 11000001 1101 0 1011 1011110 1111 110101 1011001 101101

Color Harmonies of #D8C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C10D

Black with #D8C10D

Text Example


Text Example

White with #D8C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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