Html Css Color HEX #D8C506 Bird Flower

📋 copy color: '#D8C506'

red 216 ◦ green 197 ◦ blue 6

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

Shades of Bird Flower #D8C506

Tints of Bird Flower #D8C506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 51.55%
G = 47.02%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8C506 (or 0xD8C506) is known color: Bird Flower. HEX triplet: D8, C5 and 06. RGB value is (216,197,6). Sum of RGB (Red+Green+Blue) = 216+197+6=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C506 is #273AF9. Grayscale: #B5B5B5. Windows color (decimal): -2571002 or 443864. OLE color: 443864.

HSL color Cylindrical-coordinate representation of color #D8C506: hue angle of 54.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8C506 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 197 6 -
CMYK 0 0.09 0.97 0.15
HSL 54.57º 0.95% 0.44% -
HSV(B) 54.57º 0.97% 0.85% -
XYZ 48.32 54.54 8.15 -
YUV 180.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 216 197 6 0 0.09 0.97 0.15 54.57 0.95 0.44
Hex D8 C5 6 0 9 61 F 37 5F 2C
Octal 330 305 6 0 11 141 17 67 137 54
Binary 11011000 11000101 110 0 1001 1100001 1111 110111 1011111 101100

Color Harmonies of #D8C506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C506

Black with #D8C506

Text Example


Text Example

White with #D8C506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C506; }

 p { color: rgb(216,197,6); }

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

background-color css

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

 a { background-color: rgb(216,197,6); }

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

border-color css

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

 span { border-color: rgb(216,197,6); }

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