Html Css Color HEX #D8C60E Bird Flower

📋 copy color: '#D8C60E'

red 216 ◦ green 198 ◦ blue 14

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

Shades of Bird Flower #D8C60E

Tints of Bird Flower #D8C60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.27%

R = 50.47%
G = 46.26%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8C60E (or 0xD8C60E) is known color: Bird Flower. HEX triplet: D8, C6 and 0E. RGB value is (216,198,14). Sum of RGB (Red+Green+Blue) = 216+198+14=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C60E is #2739F1. Grayscale: #B7B7B7. Windows color (decimal): -2570738 or 968408. OLE color: 968408.

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

Color convert

RGB 216 198 14 -
CMYK 0 0.08 0.94 0.15
HSL 54.65º 0.88% 0.45% -
HSV(B) 54.65º 0.94% 0.85% -
XYZ 48.59 55.02 8.47 -
YUV 182.41 32.96 151.96 -
System Red Green Blue C M Y K H S L
Decimal 216 198 14 0 0.08 0.94 0.15 54.65 0.88 0.45
Hex D8 C6 E 0 8 5E F 37 58 2D
Octal 330 306 16 0 10 136 17 67 130 55
Binary 11011000 11000110 1110 0 1000 1011110 1111 110111 1011000 101101

Color Harmonies of #D8C60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C60E

Black with #D8C60E

Text Example


Text Example

White with #D8C60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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