Html Css Color HEX #D8C706 Bird Flower

📋 copy color: '#D8C706'

red 216 ◦ green 199 ◦ blue 6

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

Shades of Bird Flower #D8C706

Tints of Bird Flower #D8C706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

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

R = 51.31%
G = 47.27%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D8C706 (or 0xD8C706) is known color: Bird Flower. HEX triplet: D8, C7 and 06. RGB value is (216,199,6). Sum of RGB (Red+Green+Blue) = 216+199+6=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C706 is #2738F9. Grayscale: #B6B6B6. Windows color (decimal): -2570490 or 444376. OLE color: 444376.

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

Color convert

RGB 216 199 6 -
CMYK 0 0.08 0.97 0.15
HSL 55.14º 0.95% 0.44% -
HSV(B) 55.14º 0.97% 0.85% -
XYZ 48.78 55.46 8.31 -
YUV 182.08 28.63 152.19 -
System Red Green Blue C M Y K H S L
Decimal 216 199 6 0 0.08 0.97 0.15 55.14 0.95 0.44
Hex D8 C7 6 0 8 61 F 37 5F 2C
Octal 330 307 6 0 10 141 17 67 137 54
Binary 11011000 11000111 110 0 1000 1100001 1111 110111 1011111 101100

Color Harmonies of #D8C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C706

Black with #D8C706

Text Example


Text Example

White with #D8C706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C706; }

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

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

background-color css

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

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

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

border-color css

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

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

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