Html Css Color HEX #D8C60F Bird Flower

📋 copy color: '#D8C60F'

red 216 ◦ green 198 ◦ blue 15

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

Shades of Bird Flower #D8C60F

Tints of Bird Flower #D8C60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.15%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 50.35%
G = 46.15%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8C60F (or 0xD8C60F) is known color: Bird Flower. HEX triplet: D8, C6 and 0F. RGB value is (216,198,15). Sum of RGB (Red+Green+Blue) = 216+198+15=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C60F is #2739F0. Grayscale: #B7B7B7. Windows color (decimal): -2570737 or 1033944. OLE color: 1033944.

HSL color Cylindrical-coordinate representation of color #D8C60F: hue angle of 54.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8C60F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 198 15 -
CMYK 0 0.08 0.93 0.15
HSL 54.63º 0.87% 0.45% -
HSV(B) 54.63º 0.93% 0.85% -
XYZ 48.6 55.02 8.51 -
YUV 182.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 216 198 15 0 0.08 0.93 0.15 54.63 0.87 0.45
Hex D8 C6 F 0 8 5D F 37 57 2D
Octal 330 306 17 0 10 135 17 67 127 55
Binary 11011000 11000110 1111 0 1000 1011101 1111 110111 1010111 101101

Color Harmonies of #D8C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C60F

Black with #D8C60F

Text Example


Text Example

White with #D8C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C60F; }

 p { color: rgb(216,198,15); }

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

background-color css

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

 a { background-color: rgb(216,198,15); }

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

border-color css

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

 span { border-color: rgb(216,198,15); }

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